feature: cloudcmd: add ability to hide dot files (#307)

This commit is contained in:
coderiaser 2024-08-17 13:10:43 +03:00
parent 9dbd812b3d
commit ddf4542b75
11 changed files with 203 additions and 126 deletions

View file

@ -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 }}>