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

Convert table config updates to use REST API

This commit is contained in:
Jeremy Stretch
2020-10-21 14:52:50 -04:00
parent 2845dd488e
commit 4de7fcd758
6 changed files with 38 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
{% extends 'base.html' %}
{% load buttons %}
{% load helpers %}
{% load static %}
{% block content %}
<div class="pull-right noprint">
@@ -83,3 +84,7 @@
{% endif %}
</div>
{% endblock %}
{% block javascript %}
<script src="{% static 'js/tableconfig.js' %}"></script>
{% endblock %}