mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: cloudcmd: add ability to hide dot files (#307)
This commit is contained in:
parent
9dbd812b3d
commit
ddf4542b75
11 changed files with 203 additions and 126 deletions
|
|
@ -135,6 +135,12 @@
|
|||
placeholder="Port"
|
||||
class="form-control">
|
||||
</li>
|
||||
<li title="Show DotFiles">
|
||||
<label>
|
||||
<input data-name="js-showDotFiles" type="checkbox" {{ showDotFiles }}>
|
||||
Show DotFiles
|
||||
</label>
|
||||
</li>
|
||||
<li title="Show file name while Viewing a file">
|
||||
<label>
|
||||
<input data-name="js-showFileName" type="checkbox" {{ showFileName }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue