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
鲁尚清
2022-06-21 17:27:49 +0800
Commit
090409f712dc00fc542fc1f3fccf1183582e08d0
1 parent
a0962e64
【1390】【 告警中心】活动告警/历史告警,搜索按钮文本更换成查询 #6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/views/alarm/activewarning.html
hg-monitor-web-base/src/main/resources/static/src/views/alarm/historywarning.html
hg-monitor-web-base/src/main/resources/static/src/views/alarm/activewarning.html
View file @
090409f
...
...
@@ -95,7 +95,7 @@
</div>
<!--lsq 活动告警增加搜索按钮 2022-06-21-->
<button
type=
"button"
id=
"seachActiveWarning"
class=
"layui-btn layui-btn-normal layui-btn-normal"
>
搜索
</button>
查询
</button>
<span
id=
"openStow"
>
展开
</span>
</form>
</div>
...
...
hg-monitor-web-base/src/main/resources/static/src/views/alarm/historywarning.html
View file @
090409f
...
...
@@ -84,7 +84,7 @@
</div>
<!--lsq 历史告警增加搜索按钮 2022-06-21-->
<button
type=
"button"
id=
"seachHistoryWarning"
class=
"layui-btn layui-btn-normal layui-btn-normal"
>
搜索
</button>
查询
</button>
<span
id=
"openStowHis"
>
展开
</span>
</form>
</div>
...
...
Please
register
or
login
to post a comment