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
qinchao
7 years ago
Commit
508e4258dcf34bc8218175d48c770c0366afd682
1 parent
be59bb37
redis clear 不支持tw
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-web/src/main/webapp/jsp/redisoperate/redisclear.jsp
monitor-ui-web/src/main/webapp/jsp/redisoperate/redisclear.jsp
View file @
508e425
...
...
@@ -83,7 +83,7 @@
<div
class=
"form-inline"
role=
"form"
style=
"margin: 12px; ;"
>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
>
prefix:
</span>
<input
id=
"prefixInput"
class=
"form-control"
>
<input
id=
"prefixInput"
class=
"form-control"
style=
"width:500px;"
>
</input>
</div>
<button
id=
"btnSearch"
class=
"btn btn-danger"
style=
"margin-left: 10px"
onclick=
"btnClear()"
>
...
...
Please
register
or
login
to post a comment