{% extends 'generic/object_list.html' %} {% load i18n %} {% block title %}WhatsUp Gold Connections{% endblock %} {% block content_title %} WhatsUp Gold Connections {% endblock %} {% block controls %} Add Connection {% endblock %} {% block table %}
| Name | Host | Port | Active | Last Sync | Device Count | Actions |
|---|---|---|---|---|---|---|
| {{ connection.name }} | {{ connection.host }} | {{ connection.port }} | {% if connection.is_active %} Active {% else %} Inactive {% endif %} | {% if connection.last_sync %} {{ connection.last_sync|timesince }} ago {% else %} Never {% endif %} | {{ connection.devices.count }} devices | |
|
No connections found |
||||||