Add backup and Fibre Channel switch management pages, update navbar.

- Introduce `/X/Backups.php` for Linux/AIX backup logs with dynamic filtering and export options.
- Add `/Storage/SwitchsSAN.php` to display Fibre Channel switch status with detailed port stats and error handling.
- Update `navbar.html` to include links to new pages and improve navigation consistency.
- Enhance `Storage/Dashboard.php` with clickable link to orphan LUNs report.
This commit is contained in:
2025-12-04 16:08:49 +01:00
parent 9afc833361
commit b0c9cafc46
4 changed files with 343 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
<a href="/X/SVA-SCU.php" class="nav-link px-0"> <span class="d-none d-sm-inline text-white h7">- SVA/SCU Accounts</span></a>
<a href="/X/autoremediationlog.php" class="nav-link px-0"> <span class="d-none d-sm-inline text-white h7">- AutoRemediation Logs</span></a>
<a href="/X/stdout.php" class="nav-link px-0"> <span class="d-none d-sm-inline text-white h7">- Scripts Result</span></a>
<a href="/X/backups.php" class="nav-link px-0"> <span class="d-none d-sm-inline text-white h7">- Backups</span></a>
</li>
</ul>
</li>
@@ -78,6 +79,8 @@
<ul class="collapse nav flex-column ms-1" id="Storage" data-bs-parent="#menu">
<li class="w-100">
<a href="/Storage/Dashboard.php" class="nav-link px-0"> <span class="d-none d-sm-inline text-white h7">- Dashboard IBM SAN</span></a>
<a href="/Storage/switchssan.php" class="nav-link px-0"> <span class="d-none d-sm-inline text-white h7">- Switchs FC</span></a>
</li>
</ul>
</li>