2017-11-17 16:47:26 -05:00
|
|
|
{% extends '_base.html' %}
|
2018-07-12 16:55:23 -04:00
|
|
|
{% load buttons %}
|
2017-11-17 16:47:26 -05:00
|
|
|
{% load helpers %}
|
|
|
|
|
|
|
|
{% block content %}
|
2018-07-12 16:55:23 -04:00
|
|
|
<div class="pull-right">
|
|
|
|
{% export_button content_type %}
|
|
|
|
</div>
|
2017-11-17 16:47:26 -05:00
|
|
|
<h1>{% block title %}Virtual Chassis{% endblock %}</h1>
|
|
|
|
<div class="row">
|
2018-02-21 09:53:23 -05:00
|
|
|
<div class="col-md-9">
|
2017-11-17 16:47:26 -05:00
|
|
|
{% 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>
|
2017-11-17 16:47:26 -05:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|