{% 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 sidebar %} {% include "maasserver/node_actions.html" %} {% endblock %} {% block content %}
{% if probed_details_xml %} {% endif %} {% endblock %}