2
0

feat:隐藏网关、交换机、OLTs项,增加告警跳转

This commit is contained in:
zhongzm
2025-06-11 11:14:31 +08:00
parent bc89546ec6
commit c9b4e430e9
2 changed files with 66 additions and 62 deletions

View File

@@ -167,21 +167,21 @@ const columns: TableColumnType<Api.DashboardSite>[] = [
key: 'alerts',
width: 100
},
{
title: t('page.carddata.gateway'),
key: 'gateway',
width: 100
},
{
title: t('page.carddata.switches'),
key: 'switches',
width: 100
},
{
title: 'OLTS',
key: 'olts',
width: 100
},
// {
// title: t('page.carddata.gateway'),
// key: 'gateway',
// width: 100
// },
// {
// title: t('page.carddata.switches'),
// key: 'switches',
// width: 100
// },
// {
// title: 'OLTS',
// key: 'olts',
// width: 100
// },
{
title: 'EAPS',
key: 'eaps',