feat(02-01): add Files navigation to all pages

- Added Files menu link to dashboard, settings, and calibration templates
- Follows existing nav structure with nav-btn class and Bootstrap Icons
- Enables navigation to /files route for file management page

Part of 02-01 file management plan
This commit is contained in:
2026-03-12 08:09:38 +08:00
parent 253b8ecaa2
commit 1b92754ad9
3 changed files with 9 additions and 0 deletions

View File

@@ -175,6 +175,9 @@
<a href="/calibration" class="nav-btn">
<i class="bi bi-sliders"></i> Calibration
</a>
<a href="/files" class="nav-btn">
<i class="bi bi-folder"></i> Files
</a>
</nav>
<div class="container-fluid p-0">