{% extends "base.html" %} {% block title %}Access Points – Salus by Stranto{% endblock %} {% block content %}
Live from Omada Controller · {{ aps|length }} of {{ aps|length }} device{{ 's' if aps|length != 1 }} across all sites
Failed to connect to Omada Controller
{{ error }}
| Name | Site | IP Address | MAC Address | Model | Status | Uptime | Action | |
|---|---|---|---|---|---|---|---|---|
| {{ name }} | {{ site_name }} | {{ ip or '—' }} | {{ mac or '—' }} | {{ ap.get('model', '—') }} | {% if online %} Online {% else %} Offline {% endif %} | {% set up = ap.get('uptimeLong', 0) | int %} {% if up %} {{ up // 86400 }}d {{ (up % 86400) // 3600 }}h {{ (up % 3600) // 60 }}m {% else %}—{% endif %} |
No access points found
Check your Omada site name configuration.
Are you sure?