This commit is contained in:
Juergen Kunz
2025-07-04 18:50:15 +00:00
parent 5d4bf4eff8
commit aed9151998
3 changed files with 9 additions and 25 deletions

View File

@@ -65,10 +65,6 @@ export class OpsViewNetwork extends DeesElement {
async connectedCallback() {
await super.connectedCallback();
console.log('[NetworkView] Connected - setting activeView to network');
// Force the activeView to be 'network' when this component connects
await appstate.uiStatePart.dispatchAction(appstate.setActiveViewAction, 'network');
// When network view becomes visible, ensure we fetch network data
await appstate.networkStatePart.dispatchAction(appstate.fetchNetworkStatsAction, null);