{% extends "base.html" %} {% block css %} table { width: 80%; border-collapse: collapse; margin: 1em auto; } th, td { padding: 10px; border: 1px solid #333; text-align: left; } th { background-color: #1f1f1f; color: white; position: sticky; top: 0; z-index: 2; cursor: pointer; } .sort-icon { font-size: 0.7em; margin-left: 4px; } tr:nth-child(even) { background-color: #181818; } tr:nth-child(odd) { background-color: #222; } tr:hover { background-color: #2a2a2a; } .filter-container { width: 80%; margin: 1em auto; display: flex; gap: 10px; flex-wrap: wrap; } select, .export-btn, .search-box, .clear-btn { padding: 6px; border-radius: 4px; border: 1px solid #333; cursor: pointer; } .search-box { flex: 1; } .export-btn { background-color: #28a745; color: white; border: none; } .export-btn:hover { background-color: #218838; } .clear-btn { background-color: #dc3545; color: white; border: none; } .clear-btn:hover { background-color: #c82333; } .count-container { width: 80%; margin: 0 auto 10px; font-weight: bold; color: white; } {% endblock %} {% block body %}
Showing 0 nodes
Short Long Name HW Model Firmware Role Last Latitude Last Longitude Channel Last Update
Loading nodes...
{% endblock %}