mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(config) rm api_url, server, ip, rest from gui
This commit is contained in:
parent
55d2fa0d37
commit
bd6f94663c
1 changed files with 0 additions and 5 deletions
|
|
@ -1,6 +1,5 @@
|
|||
<div id="DivBorder">
|
||||
<ul class="list" >
|
||||
<li><input class="form-control" placeholder="Api url" value="{{ api_url}}"></input></li>
|
||||
<li><span><input type="checkbox" id="appcache" {{ appcache }} ></input></span><label for="appcache"> App cache</label></li>
|
||||
<li><span><input type="checkbox" id="analytics" {{ analytics }} ></input></span><label for="analytics"> Analytics</label></li>
|
||||
<li><span><input type="checkbox" id="localStorage" {{ localStorage }} ></input></span><label for="localStorage"> Local Storage</label></li>
|
||||
|
|
@ -9,13 +8,9 @@
|
|||
<li><span><input type="checkbox" id="cache" {{ cache }} ></input></span><label for="cache"> Cache</label></li>
|
||||
<li><span><input type="checkbox" id="logs" {{ logs }} ></input></span><label for="logs"> Logs</label></li>
|
||||
<li><span><input type="checkbox" id="show_keys_panel" {{ show_keys_panel }}></input></span><label for="show_keys_panel"> Show keys panel</label></li>
|
||||
<li><span><input type="checkbox" id="server"{{ server }}></input></span><label for="server"> Server</label></li>
|
||||
|
||||
<li><span><input type="checkbox" id="socket" {{ socket }} ></input></span><label for="socket"> Socket</label></li>
|
||||
<li><input class="form-control" placeholder="Port" id="port" value="{{ port }}"></input></li>
|
||||
<li><input class="form-control" placeholder="Ssl Port" id="sslPort" value="{{ sslPort }}"></input></li>
|
||||
<li><input class="form-control" placeholder="IP" id="ip" value="{{ ip }}"></input></li>
|
||||
<li><span><input type="checkbox" id="ssl" {{ ssl }} ></input></span><label for="ssl"> SSL</label></li>
|
||||
<li><span><input type="checkbox" id="rest" {{ rest }} ></input></span><label for="rest"> REST</label></li>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue