fix: update metrics

This commit is contained in:
Qiuxia Fan
2022-01-25 14:43:24 +08:00
parent 9389eeb184
commit 137f093e05
9 changed files with 50 additions and 34 deletions

View File

@@ -48,6 +48,7 @@ export const selectorStore = defineStore({
this.currentService = service;
},
setCurrentPod(pod: Nullable<Instance | Endpoint>) {
console.log(pod);
this.currentPod = pod;
},
async fetchLayers(): Promise<AxiosResponse> {