1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
netbox-community-netbox/netbox/templates/dcim/virtualchassis_list.html

20 lines
451 B
HTML
Raw Normal View History

{% extends '_base.html' %}
{% load buttons %}
{% load helpers %}
{% block content %}
<div class="pull-right">
{% export_button content_type %}
</div>
<h1>{% block title %}Virtual Chassis{% endblock %}</h1>
<div class="row">
2018-02-21 09:53:23 -05:00
<div class="col-md-9">
{% include 'utilities/obj_table.html' %}
</div>
2018-02-21 09:53:23 -05:00
<div class="col-md-3">
{% include 'inc/search_panel.html' %}
2018-07-12 11:34:35 -04:00
{% include 'inc/tags_panel.html' %}
2018-02-21 09:53:23 -05:00
</div>
</div>
{% endblock %}