{% extends "base.html" %} {% set title = "Riego - Ventilboxen" %} {% set active_menu = "boxes" %} {% block content %}
Name | Hostname | ip_address | hw_type | sw_version | rssi | link_count | down_time | online_since |
---|---|---|---|---|---|---|---|---|
{{ item['name'] }} | {{ item['hostname'] }} | {{item['ip_address']}} | {{ item['hw_type'] }} | {{ item['sw_version'] }} | {{ item['rssi'] }} | {{ item['link_count'] }} | {{ item['down_time'] }} | {% if item['online_since'] is not none %} {{ item['online_since'].strftime("%Y-%m-%d %H:%M:%S") }} {% else %} - {% endif %} |