Development

This commit is contained in:
Matthew Grotke 2026-06-03 02:47:26 -04:00
parent 99a4cf637f
commit 925156da4d

View file

@ -71,7 +71,7 @@ def _get_arp_table():
def _status_badge(state):
if state:
if state == 'REACHABLE':
return '<span class="badge badge-enabled">Online</span>'
return '<span class="badge badge-disabled">Offline</span>'