Compare commits
5 Commits
579f3f70b9
...
609e116911
| Author | SHA1 | Date | |
|---|---|---|---|
| 609e116911 | |||
| 681888a36a | |||
| e8df4f937b | |||
| 29823bb4ef | |||
| a2920a98bd |
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>
|
||||
|
||||
@@ -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