Compare commits
9 Commits
1b74609d1b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cfbec22590 | |||
| 3eb78b46a7 | |||
| 609e116911 | |||
| 681888a36a | |||
| e8df4f937b | |||
| 29823bb4ef | |||
| a2920a98bd | |||
| 579f3f70b9 | |||
| 9344690a31 |
Binary file not shown.
@@ -8,7 +8,7 @@
|
||||
<button class="btn btn-success mb-3" data-bs-toggle="modal" data-bs-target="#deviceModal" onclick="openDeviceModal()">Neues Gerät hinzufügen</button>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-bordered">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Hostname</th>
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
Nächste Prüfung in -- Sekunden
|
||||
</span>
|
||||
</h2>
|
||||
<div class="row row-cols-1 row-cols-md-6 g-3">
|
||||
<div class="row g-3">
|
||||
{% for d in devices %}
|
||||
<div class="col">
|
||||
<div class="col-6 col-md-4 col-lg-3 col-xl-2">
|
||||
<div class="card text-center p-2"
|
||||
{% if last_seen.get(d[0]) %}
|
||||
title="{{ last_seen[d[0]] }}"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<!-- Button zum Hinzufügen -->
|
||||
<button class="btn btn-success mb-3" data-bs-toggle="modal" data-bs-target="#addSwitchModal">Neuen Switch hinzufügen</button>
|
||||
|
||||
<table class="table table-bordered">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Hostname</th>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<button class="btn btn-success mb-3" data-bs-toggle="modal" data-bs-target="#userModal" onclick="openUserModal()">Neuen Benutzer</button>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-bordered">
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-ip">Username</th>
|
||||
|
||||
Reference in New Issue
Block a user