feat(ui): group dashboard navigation into sectioned routes and align view layouts with dcrouter

This commit is contained in:
2026-05-22 13:45:21 +00:00
parent 60fbb4be2b
commit b8dccac68d
13 changed files with 215 additions and 93 deletions
+2
View File
@@ -942,6 +942,8 @@ export class SipproxyViewCalls extends DeesElement {
];
return html`
<dees-heading level="3">Calls</dees-heading>
<div class="view-section">
<dees-statsgrid .tiles=${tiles} .minTileWidth=${220} .gap=${16}></dees-statsgrid>
</div>