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
张凯
2023-08-06 17:36:23 +0800
Commit
ac72ca5799211fb4d598637847795d70d60c133b
1 parent
7b0fd2c1
fix:告警策略--按照资源类型搜索下拉框设置高度
Show 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/alarmpolicyIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/alarmpolicyIndex.js
View file @
ac72ca5
...
...
@@ -431,7 +431,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions','xmSelect',
name
:
'name'
,
value
:
'name'
},
height
:
'
auto
'
,
height
:
'
500px
'
,
data
:
resTypeTree
,
on
:
function
(
data
)
{
if
(
data
.
isAdd
){
...
...
Please
register
or
login
to post a comment