mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(config) port, sslPort input: add type=number
This commit is contained in:
parent
acf6e2c633
commit
a02a4a3ee6
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
<li><span><input type="checkbox" id="logs" {{ logs }} ></input></span><label for="logs"> Logs</label></li>
|
||||
<li><span><input type="checkbox" id="showKeysPanel" {{ showKeysPanel }}></input></span><label for="showKeysPanel"> Show keys panel</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 }}" title="Port"></input></li>
|
||||
<li><input class="form-control" placeholder="Ssl Port" id="sslPort" value="{{ sslPort }}" title="SSL Port"></input></li>
|
||||
<li><input type="number" class="form-control" placeholder="Port" id="port" value="{{ port }}" title="Port"></input></li>
|
||||
<li><input type="number" class="form-control" placeholder="Ssl Port" id="sslPort" value="{{ sslPort }}" title="SSL Port"></input></li>
|
||||
<li><span><input type="checkbox" id="ssl" {{ ssl }} ></input></span><label for="ssl"> SSL</label></li>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue