NEW MODAL informacje o serwerze

This commit is contained in:
Mateusz Gruszczyński 2025-03-09 14:44:20 +01:00
parent 7dc099a2b9
commit 3d35f2bdee

View File

@ -21,7 +21,7 @@
<thead> <thead>
<tr> <tr>
<th>ID</th> <th>ID</th>
<th>Nazwa serwera</th> <th>Nazwa hosta</th>
<th>Użytkownik</th> <th>Użytkownik</th>
<th>Port</th> <th>Port</th>
<th>Typ</th> <th>Typ</th>
@ -171,6 +171,7 @@
</div> </div>
</div> </div>
<div class="mt-3 text-center"> <div class="mt-3 text-center">
<a href="{{ url_for('add_server') }}" class="btn btn-secondary">Dodaj nowy serwer</a> <a href="{{ url_for('add_server') }}" class="btn btn-secondary">Dodaj nowy serwer</a>
<a href="{{ url_for('import_servers') }}" class="btn btn-secondary">Importuj z CSV</a> <a href="{{ url_for('import_servers') }}" class="btn btn-secondary">Importuj z CSV</a>