update frontend
This commit is contained in:
@@ -67,11 +67,7 @@ export class OpsViewNetwork extends DeesElement {
|
||||
await super.connectedCallback();
|
||||
|
||||
// When network view becomes visible, ensure we fetch network data
|
||||
console.log('Network view connected - fetching initial data');
|
||||
await appstate.networkStatePart.dispatchAction(appstate.fetchNetworkStatsAction, null);
|
||||
|
||||
// Also update the active view state
|
||||
appstate.uiStatePart.dispatchAction(appstate.setActiveViewAction, 'network');
|
||||
}
|
||||
|
||||
async disconnectedCallback() {
|
||||
|
Reference in New Issue
Block a user