{% extends "base.html" %} {% comment %}© 2013, Multapplied Networks, Inc.{% endcomment %} {% load site %} {% load compress %} {% load disk %} {% block title %}{{ node.name | escapejs }}{{ block.super }}{% endblock %} {% block pagescript %} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Nodes
  • {{ node.name }}
  • {% endblock %} {% block content %}

    {{ node.name }}

    {% if bonder and perms.bacore.view_bond %} Bonder details {% endif %} {% if aggregator and perms.banode.view_aggregator %} Aggregator details {% endif %}

    Details

    {% include "details_partials/_details.html" %}

    Status

    {% include "details_partials/_status.html" %}

    Performance

    {% if node.chart_type == 'bachart' %} {% include "details_partials/_bachart.html" %} {% else %}
    Charts will be shown when the node connects to the management server.
    {% endif %}
    {% endblock %} {% block api-footer %} {% if bonder %} {% url 'current:bonder-detail' node.id %} {% else %} {% url 'current:aggregator-detail' node.id %} {% endif %} {% endblock %}