Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
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
zhengyouwei
8 years ago
Commit
6b9846ff785a6ed5e8c59a236b5aad498e6fc389
1 parent
6f306b9d
modify maxlenth
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
monitor-ui-web/src/main/webapp/jsp/abtest/abtestConfig.jsp
monitor-ui-web/src/main/webapp/jsp/abtest/abtestConfig.jsp
View file @
6b9846f
...
...
@@ -231,7 +231,7 @@
<div
class=
"col-sm-8"
>
<input
type=
"text"
class=
"form-control"
id=
"name-add-key"
name=
"name-add-key"
placeholder=
"name"
maxlength=
"30"
size=
"40"
/>
placeholder=
"name"
size=
"40"
/>
</div>
</div>
<div
class=
"form-group"
>
...
...
@@ -239,7 +239,7 @@
<div
class=
"col-sm-8"
>
<input
type=
"text"
class=
"form-control"
id=
"comment-add-key"
name=
"comment-add-key"
placeholder=
"描述"
maxlength=
"100"
size=
"40"
/>
placeholder=
"描述"
size=
"40"
/>
</div>
</div>
<div
class=
"form-group"
>
...
...
Please
register
or
login
to post a comment