Przeglądaj źródła

Change results tab name for clarity

jeremystretch 4 lat temu
rodzic
commit
e8df373abf
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      netbox/templates/generic/object_list.html

+ 1 - 2
netbox/templates/generic/object_list.html

@@ -44,8 +44,7 @@ Context:
   <ul class="nav nav-tabs px-3">
     <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">
-        Records
-        {% badge table.page.paginator.count %}
+        Results {% badge table.page.paginator.count %}
       </button>
     </li>
     {% if filter_form %}