dev #1

Merged
alientim merged 145 commits from dev into main 2025-10-12 13:44:14 +02:00
Showing only changes of commit add19eeb4d - Show all commits

View File

@@ -18,9 +18,9 @@
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
<tr> <tr>
<th class="col-small">Hostname</th> <th>Hostname</th>
<th class="col-ip">IP-Adresse</th> <th>IP-Adresse</th>
<th class="col-small">Username</th> <th>Username</th>
<th>Password</th> <th>Password</th>
{% if current_user.is_admin %}<th>Aktionen</th>{% endif %} {% if current_user.is_admin %}<th>Aktionen</th>{% endif %}
</tr> </tr>