srv/poe_manager/templates/switche.html aktualisiert
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<!-- Button zum Hinzufügen -->
|
<!-- Button zum Hinzufügen -->
|
||||||
<button class="btn btn-primary mb-3" data-bs-toggle="modal" data-bs-target="#addSwitchModal">Neuen Switch hinzufügen</button>
|
<button class="btn btn-primary mb-3" data-bs-toggle="modal" data-bs-target="#addSwitchModal">Neuen Switch hinzufügen</button>
|
||||||
|
|
||||||
<table class="table table-striped align-middle">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Hostname</th>
|
<th>Hostname</th>
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<td>{{ s['username'] }}</td>
|
<td>{{ s['username'] }}</td>
|
||||||
<td>
|
<td>
|
||||||
<!-- Bearbeiten -->
|
<!-- Bearbeiten -->
|
||||||
<button class="btn btn-sm btn-warning" data-bs-toggle="modal" data-bs-target="#editSwitchModal{{ loop.index }}">Bearbeiten</button>
|
<button class="btn btn-sm button login" data-bs-toggle="modal" data-bs-target="#editSwitchModal{{ loop.index }}">Bearbeiten</button>
|
||||||
|
|
||||||
<!-- Löschen -->
|
<!-- Löschen -->
|
||||||
<form method="post" style="display:inline;">
|
<form method="post" style="display:inline;">
|
||||||
|
|||||||
Reference in New Issue
Block a user