added new route constant

This commit is contained in:
Peter Olu 2022-04-21 18:06:42 +01:00
parent b452b082a0
commit bdc13355df
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ export const RoutesMap: { [key: string]: string } = {
Linux: "OS_LINUX",
SkyWalkingServer: "SO11Y_OAP",
Satellite: "SO11Y_SATELLITE",
FullScroll: "SO11Y_SATELLITE",
Functions: "FAAS",
Browser: "BROWSER",
KubernetesCluster: "K8S",

View File

@ -33,6 +33,7 @@ declare module '@vue/runtime-core' {
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
FullVue: typeof import('./../components/FullVue.vue')['default']
Graph: typeof import('./../components/Graph.vue')['default']
Icon: typeof import('./../components/Icon.vue')['default']
Loading: typeof import('element-plus/es')['ElLoadingDirective']