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

Added bulk edit/delete views for cables

This commit is contained in:
Jeremy Stretch
2018-11-01 13:19:24 -04:00
parent 2af3685dae
commit c3db7191d2
5 changed files with 75 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
<h1>{% block title %}Cables{% endblock %}</h1>
<div class="row">
<div class="col-md-9">
{% include 'responsive_table.html' %}
{% include 'utilities/obj_table.html' with bulk_edit_url='dcim:cable_bulk_edit' bulk_delete_url='dcim:cable_bulk_delete' %}
</div>
<div class="col-md-3">
{% include 'inc/search_panel.html' %}