mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
add: margin to overview container
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
{% include "navbar.html" %}
|
{% include "navbar.html" %}
|
||||||
<div class="container">
|
<div class="container mt-4">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% for status in status_list %}
|
{% for status in status_list %}
|
||||||
<a href="/service-details?service={{ status.service}}"
|
<a href="/service-details?service={{ status.service}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user