mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) username, password: add title
This commit is contained in:
parent
851b802bbb
commit
281f906e0c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<ul class="list" >
|
||||
<li><span><input type="checkbox" id="auth" {{ auth }} ></input></span> <label for="auth">Auth</label></li>
|
||||
<li><span><input type="text" class="form-control" placeholder="username" id="username" value="{{ username }}"></input></span></li>
|
||||
<li><span><input type="password" class="form-control" placeholder="password" id="password" value="{{ password }}" ></input></span></li>
|
||||
<li><span><input type="text" class="form-control" placeholder="username" id="username" value="{{ username }}" title="Username"></input></span></li>
|
||||
<li><span><input type="password" class="form-control" placeholder="password" id="password" value="{{ password }}" title="Password"></input></span></li>
|
||||
<li><span><input type="checkbox" id="diff" {{ diff }} ></input></span> <label for="diff">Diff</label></li>
|
||||
<li><span><input type="checkbox" id="zip" {{ zip }} ></input></span> <label for="zip">Zip</label></li>
|
||||
<li><span><input type="checkbox" id="notifications" {{ notifications }} ></input></span> <label for="notifications">Notifications</label></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue