增加Prometheus与Grafana控制台入口
This commit is contained in:
@@ -6,7 +6,7 @@ import { $t } from '#/locales';
|
||||
const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
meta: {
|
||||
icon: 'ic:round-handyman',
|
||||
icon: 'mdi:monitor-dashboard',
|
||||
keepAlive: false,
|
||||
authority: ['set'],
|
||||
order: 2,
|
||||
@@ -22,7 +22,6 @@ const routes: RouteRecordRaw[] = [
|
||||
meta: {
|
||||
icon: 'mdi:monitor-dashboard',
|
||||
link: 'http://10.10.10.9:8002/',
|
||||
keepAlive: true,
|
||||
title: 'Kong后台',
|
||||
},
|
||||
},
|
||||
@@ -33,7 +32,6 @@ const routes: RouteRecordRaw[] = [
|
||||
meta: {
|
||||
icon: 'mdi:monitor-dashboard',
|
||||
link: 'http://10.10.10.9:9001',
|
||||
keepAlive: true,
|
||||
title: 'MinIO后台',
|
||||
},
|
||||
},
|
||||
@@ -44,7 +42,6 @@ const routes: RouteRecordRaw[] = [
|
||||
meta: {
|
||||
icon: 'mdi:monitor-dashboard',
|
||||
link: 'http://10.10.10.9:9091/webui',
|
||||
keepAlive: true,
|
||||
title: 'Milvus后台',
|
||||
},
|
||||
},
|
||||
@@ -55,7 +52,6 @@ const routes: RouteRecordRaw[] = [
|
||||
meta: {
|
||||
icon: 'mdi:monitor-dashboard',
|
||||
link: 'http://10.10.10.9:3000/',
|
||||
keepAlive: true,
|
||||
title: 'Milvus Attu后台',
|
||||
},
|
||||
},
|
||||
@@ -66,7 +62,6 @@ const routes: RouteRecordRaw[] = [
|
||||
meta: {
|
||||
icon: 'mdi:monitor-dashboard',
|
||||
link: 'http://10.10.10.9:15672',
|
||||
keepAlive: true,
|
||||
title: 'RabbitMQ后台',
|
||||
},
|
||||
},
|
||||
@@ -77,10 +72,29 @@ const routes: RouteRecordRaw[] = [
|
||||
meta: {
|
||||
icon: 'mdi:monitor-dashboard',
|
||||
link: 'http://10.10.10.9:13011',
|
||||
keepAlive: true,
|
||||
title: 'Harbor后台',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Prometheus-webui',
|
||||
path: '/set/Prometheus',
|
||||
component: IFrameView,
|
||||
meta: {
|
||||
icon: 'mdi:monitor-dashboard',
|
||||
link: 'http://10.10.10.9:9090',
|
||||
title: 'Prometheus后台',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Grafana-webui',
|
||||
path: '/set/Grafana',
|
||||
component: IFrameView,
|
||||
meta: {
|
||||
icon: 'mdi:monitor-dashboard',
|
||||
link: 'http://10.10.10.9:3001',
|
||||
title: 'Grafana后台',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user