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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user