fix: 仪表盘点击alarm summary重定向至活动告警(非历史告警)
This commit is contained in:
@@ -368,7 +368,7 @@ export default {
|
|||||||
Fourusers:"Active users in MME",
|
Fourusers:"Active users in MME",
|
||||||
UPFjump:"Click to jump to the Key Performance Indicators",
|
UPFjump:"Click to jump to the Key Performance Indicators",
|
||||||
Networkjump:"Click to jump to the 5GC System Architecture",
|
Networkjump:"Click to jump to the 5GC System Architecture",
|
||||||
Alarmjump:"Click to jump to the Historical Alarms",
|
Alarmjump:"Click to jump to the Active Alarms",
|
||||||
|
|
||||||
skim: {
|
skim: {
|
||||||
users: "Users",
|
users: "Users",
|
||||||
|
|||||||
@@ -670,7 +670,7 @@ onBeforeUnmount(() => {
|
|||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h3
|
<h3
|
||||||
class="toRouter"
|
class="toRouter"
|
||||||
@click="fnToRouter('HistoryAlarm_2097')"
|
@click="fnToRouter('ActiveAlarm_2088')"
|
||||||
:title="t('views.dashboard.overview.Alarmjump')"
|
:title="t('views.dashboard.overview.Alarmjump')"
|
||||||
>
|
>
|
||||||
<PieChartOutlined style="color: #68d8fe" />
|
<PieChartOutlined style="color: #68d8fe" />
|
||||||
|
|||||||
Reference in New Issue
Block a user