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
wf
about a year ago
Commit
9b7149c929955f9791e5c0d8418ecd9d2c3aae37
1 parent
f17a09f9
告警过滤表单优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/reslist.js
hg-monitor-web-base/src/main/resources/static/src/controller/reslist.js
View file @
9b7149c
...
...
@@ -239,21 +239,21 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect
<
div
class
=
"layui-form-item"
>
<
label
class
=
"layui-form-label"
>
采集器
:
<
/label
>
<
div
class
=
"layui-input-block"
>
<
input
type
=
"text"
value
=
"${collectorName}"
readonly
>
<
div
style
=
"line-height: 36px;"
>
$
{
collectorName
}
<
/div
>
<
input
type
=
"hidden"
id
=
"trapCollectorId"
name
=
"trapCollectorId"
value
=
"${trapCollectorId}"
>
<
/div
>
<
/div
>
<
div
class
=
"layui-form-item"
>
<
label
class
=
"layui-form-label"
>
资源名称:
<
/label
>
<
div
class
=
"layui-input-block"
>
<
input
type
=
"text"
value
=
"${resName}"
readonly
>
<
div
style
=
"line-height: 36px;"
>
$
{
resName
}
<
/div
>
<
input
type
=
"hidden"
id
=
"resourceId"
name
=
"resourceId"
value
=
"${resId}"
>
<
/div
>
<
/div
>
<
div
class
=
"layui-form-item"
>
<
label
class
=
"layui-form-label"
><
span
style
=
"color: red;"
>*<
/span>过滤内容:</
label
>
<
div
class
=
"layui-input-block"
>
<
textarea
class
=
"layui-textarea"
name
=
"filterContent"
placeholder
=
"请输入
描述"
value
=
"${filterContent}"
>
<
/textarea
>
<
textarea
class
=
"layui-textarea"
name
=
"filterContent"
placeholder
=
"请输入
过滤内容"
value
=
"${filterContent}"
>
$
{
filterContent
}
<
/textarea
>
<
/div
>
<
/div
>
<
/form
>
...
...
Please
register
or
login
to post a comment