mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add --show-file-name to add file name title in view and edit (#183)
This commit is contained in:
parent
ce0938ea11
commit
f04808c709
9 changed files with 53 additions and 16 deletions
|
|
@ -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 }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue