{% extends "maasserver/base.html" %} {% block nav-active-settings %}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 %}

Node details

{% if can_edit %} Edit node {% endif %} View preseed {% if form.action_buttons %}

Actions

{% csrf_token %} {% for action in form.action_buttons %} {% endfor %}
{% endif %} {% endblock %} {% block content %}
{% if probed_details_xml %}
{% endif %} {% endblock %}