{% extends "ui/base-devices.html" %} {% load url from future %} {% load icons %} {% load bob %} {% block contentarea %} {% if device %}
Device {{ device.name }} has following addresses:
Address | {{ ipaddress|address_icon }} {{ ipaddress.hostname|default:'' }} ({{ ipaddress.address|default:address }}) |
---|---|
Device | {% if ipaddress.device %} {{ ipaddress.device|device_icon }} {{ ipaddress.device.model.name|default:'' }} {% endif %} |
Last seen | {{ ipaddress.last_seen|date:"Y-m-d H:i" }} |
SNMP Name | {{ ipaddress.snmp_name|default:'' }} |
HTTP Family | {{ ipaddress.http_family|default:'' }} |
Network | {{ network|network_icon }} {{ network.name }} ({{ network.address }}) |
Discovery queue | {{ network.environment.queue }} |