mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) add editor
This commit is contained in:
parent
2653a2293e
commit
5d8ddc9b57
2 changed files with 6 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<li><input type="password" class="form-control" placeholder="password" id="password" value="{{ password }}" title="Password"></input></li>
|
||||
<li><input type="checkbox" id="diff" {{ diff }} ></input> <label for="diff">Diff</label></li>
|
||||
<li><input type="checkbox" id="zip" {{ zip }} ></input> <label for="zip">Zip</label></li>
|
||||
<li><select class="form-control" id="editor" title="Editor"><option {{ edward-selected }}>edward</option><option {{ dword-selected }}>dword</option></select></li>
|
||||
<li><input type="checkbox" id="notifications" {{ notifications }} ></input> <label for="notifications">Notifications</label></li>
|
||||
<li><input type="checkbox" id="localStorage" {{ localStorage }} ></input> <label for="localStorage">Local Storage</label></li>
|
||||
<li><input type="checkbox" id="buffer" {{ buffer }} ></input> <label for="buffer">Buffer</label></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue