{% extends "maasserver/base.html" %} {% block nav-active-node-list %}active{% endblock %} {% block title %}Node: {{ node.fqdn }}{% endblock %} {% block page-title %}Node: {{ node.fqdn }}{% endblock %} {% block layout-modifiers %}sidebar{% endblock %} {% block head %} {# Add expander icon to LLDP expander's button URL. #} {# Done as CSS classes, not by DOM manipulation, because: #} {# 1. The icon must be part of the clickable link. #} {# 2. Browsers pre-load CSS backgrounds, avoiding a glitch on first use. #} {# 3. It's easy. #} {% endblock %} {% block content %}
Name | Path | Size | Model | Serial | Tags |
---|---|---|---|---|---|
{{device.name}} | {{device.path}} | {{device.display_size}} | {{device.model}} | {{device.serial}} | {{device.tags|join:", "}} |