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
0db6a82eb3f176de0415c8e64e256fa7d4fd4208
1 parent
519600fd
资源管理的基本信息下端口取消掉*,更改为非必填项
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/resmanage/edit.html
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/resmanage/edit.html
View file @
0db6a82
...
...
@@ -74,9 +74,13 @@
<div
class=
"layui-form-item"
>
<div
class=
"inline-half layui-inline"
>
<label
class=
"layui-form-label"
>
端口
<span
style=
"color: red"
>
*
</span></label>
<label
class=
"layui-form-label"
>
端口
<!--lsq 注释掉* 取消必填项验证lay-verify="required|number" 2022-05-19-->
<!--<span style="color: red">*</span>-->
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
name=
"port"
lay-verify=
"required|number"
autocomplete=
"off"
placeholder=
"端口"
<input
type=
"text"
name=
"port"
autocomplete=
"off"
placeholder=
"端口"
class=
"layui-input"
>
</div>
</div>
...
...
Please
register
or
login
to post a comment