refactor(ui): merge instances page into network dashboard

- Remove the redundant Instances page; its network detail and server
  connection sections now live in DashboardView below selectable
  instance cards
- Redirect legacy /instances and /general routes to /
- Add per-page subtitles to the header instead of a fixed caption
- Widen content container to 1700px for large screens
- Highlight online device count in green on the stats cards
This commit is contained in:
lbl
2026-08-22 04:04:30 +08:00
parent b7151880c0
commit 53e092b63d
10 changed files with 323 additions and 352 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -19,8 +19,8 @@
if (dark) document.documentElement.classList.add("dark");
})();
</script>
<script type="module" crossorigin src="/assets/index-CU8fPWbk.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CqFhxcSz.css">
<script type="module" crossorigin src="/assets/index-B15xAuUw.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DI9vlWSX.css">
</head>
<body>
<div id="app"></div>