Merge pull request #374 from eReuse/changes/3883-identifiers-link
move links identifier and data storage to top
This commit is contained in:
commit
ff2b1d3be0
|
@ -39,6 +39,11 @@
|
|||
<i class="bi bi-search"></i>
|
||||
</a>
|
||||
</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">
|
||||
|
||||
|
@ -60,6 +65,11 @@
|
|||
<span>Lots Spreadsheet</span>
|
||||
</a>
|
||||
</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>
|
||||
</li>
|
||||
|
||||
|
@ -252,22 +262,6 @@
|
|||
</ul>
|
||||
</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>
|
||||
|
||||
</aside><!-- End Sidebar-->
|
||||
|
|
Reference in New Issue