Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张凯
3 years ago
Commit
a66ca52153735e046b9b8ceb8fd8e2d5b3d89fd0
1 parent
66e10d45
详情页活动告警上文字调整为实时告警(去除top5)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
hg-monitor-web-base/src/main/resources/static/src/controller/commonDetail.js
View file @
a66ca52
...
...
@@ -2363,7 +2363,7 @@ layui.define(['laytpl', 'admin', 'form', 'table', 'echarts', 'sessions', 'xmSele
* @param resId
*/
renderActiveAlarms
:
function
(
tableId
,
resId
)
{
$
(
'#'
+
tableId
).
prev
().
text
(
'实时告警
Top5
'
)
$
(
'#'
+
tableId
).
prev
().
text
(
'实时告警'
)
var
alarmlist
=
table
.
render
({
elem
:
'#'
+
tableId
,
url
:
common
.
domainName
+
'/api-web/home/alarm/alarmListPage'
...
...
Please
register
or
login
to post a comment