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
Plain Diff
Browse Files
Authored by
王涛
3 years ago
Commit
73ef1a49e24f49ccbc62ceb04ee0a410c8343214
2 parents
e2a49e6c
b1b3b18b
Merge branch 'master-v32-xwx' into 'master'
基础资源告警数据对不上 See merge request
!809
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/resItem/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/resItem/index.html
View file @
73ef1a4
...
...
@@ -41,7 +41,7 @@
<div
style=
"width: 200px;margin-left: 20px;display: flex;align-self: center;color: red;align-items: center;"
>
<img
src=
"../src/style/img/fault/base/alarm.png"
style=
"width:22px;height: 22px;"
>
<span
style=
"margin: 0px 6px 0px 6px;width: 105px;font-size: 16px;"
>
告警
</span>
<h
style=
"font-size: 24px"
class=
"text-link"
@
click=
"openAlarm()"
>
{{getFaultItemValue(cardList,'a
bnormal
')}}
</h>
<h
style=
"font-size: 24px"
class=
"text-link"
@
click=
"openAlarm()"
>
{{getFaultItemValue(cardList,'a
larm
')}}
</h>
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment