{% extends 'layout.html' %} {% block title %}Switches • Network Command{% endblock %} {% block body %}

Switches


{% for switch in switches %} {% set addressURL = switch.ipAddress|replace(".", "%2E") %} {% endfor %}
Name IP Address Location
Actions
{{switch.name}} {{switch.ipAddress}} Datacenter: {{switch.location['datacenter']}}, Rack: {{switch.location['rack']}}, U: {{switch.location['u']}} Configure
{% endblock %}