{% extends "maasserver/base.html" %} {% block nav-active-network-list %}active{% endblock %} {% block title %}Networks{% endblock %} {% block page-title %} {{ paginator.count }} {% if input_query %} matching{% endif %} network{{ paginator.count|pluralize }} in {% include "maasserver/site_title.html" %} {% endblock %} {% block html_includes %}{% include "maasserver/snippets.html" %} {% endblock %} {% block content %}
Name | Description | Network | VLAN tag | Default gateway | Attached nodes | {% if user.is_superuser %} {% comment %} Action buttons {% endcomment %}{% endif %} |
---|---|---|---|---|---|---|
{{ network_item.name }} | {{ network_item.description|truncatechars:40 }} | {{ network_item.get_network }} | {{ network_item.vlan_tag|default_if_none:"" }} | {{ network_item.default_gateway|default_if_none:"" }} | {{ network_item.get_connected_nodes.count }} | {% if user.is_superuser %}
{% if not network_item.is_default %}
![]() ![]() |
{% endif %}