fix links

This commit is contained in:
Cayo Puigdefabregas 2023-03-20 18:08:37 +01:00
parent ad52bad3f6
commit 2ff6f40228
1 changed files with 2 additions and 2 deletions

View File

@ -22,13 +22,13 @@
<li class="nav-item">
<a href="{{ url_for('inventory.device_erasure_list') }}" class="nav-link{% if not orphans %} active{% endif %}">
All hard drives
All drives
</a>
</li>
<li class="nav-item">
<a href="{{ url_for('inventory.device_erasure_list_orphans', orphans=1) }}" class="nav-link{% if orphans %} active{% endif %}">
Hard drives without device
Drives without device
</a>
</li>