metrics: fix up app graphs after api changes

This commit is contained in:
Girish Ramakrishnan
2025-07-07 20:09:09 +02:00
parent 4cf1739604
commit 6b2e98b9be
5 changed files with 58 additions and 39 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useI18n } from 'vue-i18n';
const i18n = useI18n();
const t = i18n.t;
import { ref, onMounted, onUnmounted, useTemplateRef, nextTick, watch } from 'vue';
import { ref, onMounted, onUnmounted, useTemplateRef, nextTick } from 'vue';
import { SingleSelect, MultiSelect } from 'pankow';
import Section from './Section.vue';
import SystemModel from '../models/SystemModel.js';