mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Fixes #7072: Fix table configuration under prefix child object views
This commit is contained in:
		@@ -1,10 +1,17 @@
 | 
			
		||||
{% extends 'ipam/prefix/base.html' %}
 | 
			
		||||
 | 
			
		||||
{% load helpers %}
 | 
			
		||||
{% load static %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
  <div class="row">
 | 
			
		||||
    <div class="col col-md-12">
 | 
			
		||||
      {% include 'inc/table_controls.html' with table_modal="IPRangeTable_config" %}
 | 
			
		||||
      {% include 'utilities/obj_table.html' with heading='Child IP Ranges' bulk_edit_url='ipam:prefix_bulk_edit' bulk_delete_url='ipam:prefix_bulk_delete' parent=prefix %}
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
  {% table_config_form table table_name="IPRangeTable" %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block javascript %}
 | 
			
		||||
  <script src="{% static 'js/tableconfig.js' %}"></script>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user