feature(cloudcmd) add --show-file-name to add file name title in view and edit (#183)

This commit is contained in:
coderaiser 2018-09-10 11:58:01 +03:00
parent ce0938ea11
commit f04808c709
9 changed files with 53 additions and 16 deletions

View file

@ -119,7 +119,7 @@
class="form-control">
</li>
<li>
<input
<input
data-name="js-port"
min="0"
max="65535"
@ -129,6 +129,12 @@
placeholder="Port"
class="form-control">
</li>
<li>
<label>
<input data-name="js-showFileName" type="checkbox" {{ showFileName }}>
Show File Name
</label>
</li>
<li>
<label>
<input data-name="js-confirmCopy" type="checkbox" {{ confirmCopy }}>