move links identifier and data storage to top
This commit is contained in:
parent
72ce086625
commit
1cd929e06b
|
@ -39,6 +39,11 @@
|
||||||
<i class="bi bi-search"></i>
|
<i class="bi bi-search"></i>
|
||||||
</a>
|
</a>
|
||||||
</li><!-- End Search Icon-->
|
</li><!-- End Search Icon-->
|
||||||
|
<li class="nav-item dropdown pe-3">
|
||||||
|
<a class="nav-link nav-profile d-flex align-items-center pe-0" href="{{ url_for('labels.label_list') }}">
|
||||||
|
<span class="d-none d-md-block ps-2 pb-3 pt-3">Identifiers</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="nav-item dropdown pe-3">
|
<li class="nav-item dropdown pe-3">
|
||||||
|
|
||||||
|
@ -60,6 +65,11 @@
|
||||||
<span>Lots Spreadsheet</span>
|
<span>Lots Spreadsheet</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a class="dropdown-item d-flex align-items-center" href="{{ url_for('inventory.device_erasure_list') }}">
|
||||||
|
<i class="bi bi-tag"></i><span>Data Storage Erasures</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -252,22 +262,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li><!-- End Temporal Lots Nav -->
|
</li><!-- End Temporal Lots Nav -->
|
||||||
|
|
||||||
<li class="nav-heading">Others views</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link collapsed" href="{{ url_for('inventory.device_erasure_list') }}">
|
|
||||||
<i class="bi bi-tag"></i><span>Data Storage Erasures</span>
|
|
||||||
</a>
|
|
||||||
</li><!-- End Other views -->
|
|
||||||
|
|
||||||
<li class="nav-heading">Unique Identifiers (Tags)</li>
|
|
||||||
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link collapsed" href="{{ url_for('labels.label_list') }}">
|
|
||||||
<i class="bi bi-tag"></i><span>UI Management</span>
|
|
||||||
</a>
|
|
||||||
</li><!-- End Unique Identifiers -->
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</aside><!-- End Sidebar-->
|
</aside><!-- End Sidebar-->
|
||||||
|
|
Reference in New Issue