forked from tlfu12344gmail/redis-cluster-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedit.html
15 lines (13 loc) · 850 Bytes
/
edit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<input type="hidden" id = "aliasHidden">
<div style="margin:15px 0px 5px 50px">
<div style="display: inline;">alias:</div>
<input id="alias" class="easyui-validatebox easyui-textbox" data-options="prompt:'alias',required:true,novalidate:true" style="width:250px;height:32px">
</div>
<div style="margin:15px 0px 5px 45px">
<div style="display: inline;">hosts:</div>
<input id="hosts" class="easyui-validatebox easyui-textbox" data-options="prompt:'localhost:6379,localhost:6380...',required:true,novalidate:true" style="width:250px;height:32px">
</div>
<div style="margin:15px 0px 5px 18px">
<div style="display: inline;">password:</div>
<input id="password" class="easyui-validatebox easyui-passwordbox" data-options="prompt:'password',required:true,novalidate:true" style="width:250px;height:32px">
</div>