refactor web interface

This commit is contained in:
Mateusz Gruszczyński
2025-02-25 09:28:14 +01:00
parent 5c7a404c3b
commit cffc8b3124
22 changed files with 798 additions and 369 deletions

View File

@ -62,7 +62,7 @@
<div class="card">
<div class="card-header">
<h2>Lista hostów</h2>
<h2>Lista serwerów</h2>
</div>
<div class="card-body table-responsive">
<table class="table table-striped">
@ -105,7 +105,7 @@
<div class="mt-3 text-center">
<a href="{{ url_for('import_hosts') }}" class="btn btn-secondary">Importuj serwery z CSV</a>
<a href="{{ url_for('export_hosts') }}" class="btn btn-secondary">Eksportuj serwery do CSV</a>
<a href="{{ url_for('export_servers_to_csv') }}" class="btn btn-secondary">Eksportuj serwery do CSV</a>
<a href="{{ url_for('dashboard') }}" class="btn btn-secondary">Przejdź do pulpitu</a>
</div>
{% endblock %}