feat: merge report-only customers into Customers page, rename tab
- Customers page now shows ALL customers: both pre-configured (managed) and report-only (manual) — merged from customer_configs + reports tables - Renamed "Configurations" → "Customers" in navigation tabs - Renamed "+ New Configuration" → "+ Add Customer" - Status column with ok/warn/down badges, version column, managed/manual badge Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<header>
|
||||
<nav class="nav-links" style="margin-bottom: 0.5rem;">
|
||||
<a href="/" class="nav-link">Dashboard</a>
|
||||
<a href="/configs" class="nav-link">Configurations</a>
|
||||
<a href="/configs" class="nav-link">Customers</a>
|
||||
</nav>
|
||||
<a href="/" class="back-link">← Back to Dashboard</a>
|
||||
<h1>
|
||||
|
||||
Reference in New Issue
Block a user