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