mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	#7450: Misc UI cleanup
This commit is contained in:
		@@ -4,6 +4,8 @@
 | 
			
		||||
{% load render_table from django_tables2 %}
 | 
			
		||||
{% load static %}
 | 
			
		||||
 | 
			
		||||
{% block title %}{{ content_type.model_class|meta:"verbose_name_plural"|bettertitle }}{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block controls %}
 | 
			
		||||
  <div class="controls">
 | 
			
		||||
    <div class="control-group">
 | 
			
		||||
@@ -26,7 +28,7 @@
 | 
			
		||||
    {% block tab_items %}
 | 
			
		||||
      <li class="nav-item" role="presentation">
 | 
			
		||||
        <button class="nav-link active" id="object-list-tab" data-bs-toggle="tab" data-bs-target="#object-list" type="button" role="tab" aria-controls="edit-form" aria-selected="true">
 | 
			
		||||
          {% block title %}{{ content_type.model_class|meta:"verbose_name_plural"|bettertitle }}{% endblock %}
 | 
			
		||||
          Records
 | 
			
		||||
          {% badge table.page.paginator.count %}
 | 
			
		||||
        </button>
 | 
			
		||||
      </li>
 | 
			
		||||
 
 | 
			
		||||
@@ -4,8 +4,8 @@
 | 
			
		||||
      <input
 | 
			
		||||
        type="text"
 | 
			
		||||
        class="form-control object-filter"
 | 
			
		||||
        placeholder="Filter"
 | 
			
		||||
        title="Filter text (regular expressions supported)"
 | 
			
		||||
        placeholder="Quick find"
 | 
			
		||||
        title="Find in the results below (regular expressions supported)"
 | 
			
		||||
      />
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user