mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
remove
This commit is contained in:
parent
0485310df9
commit
a4144ea4f9
@ -120,17 +120,14 @@ limitations under the License. -->
|
||||
import { useI18n } from "vue-i18n";
|
||||
import type { Alarm, Event } from "@/types/alarm";
|
||||
import { useAlarmStore } from "@/store/modules/alarm";
|
||||
import { useAppStoreWithOut } from "@/store/modules/app";
|
||||
import { EventsDetailHeaders, AlarmDetailCol, EventsDetailKeys } from "./data";
|
||||
import { dateFormat } from "@/utils/dateFormat";
|
||||
import { useSnapshot } from "@/hooks/useSnapshot";
|
||||
import Snapshot from "./components/Snapshot.vue";
|
||||
import Line from "@/views/dashboard/graphs/Line.vue";
|
||||
import type { MetricsResults } from "@/types/dashboard";
|
||||
|
||||
const { t } = useI18n();
|
||||
const alarmStore = useAlarmStore();
|
||||
const appStore = useAppStoreWithOut();
|
||||
const isShowDetails = ref<boolean>(false);
|
||||
const showEventDetails = ref<boolean>(false);
|
||||
const currentDetail = ref<Alarm | any>({});
|
||||
|
Loading…
Reference in New Issue
Block a user