mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(tmpl) rm htmlDialogs
This commit is contained in:
parent
66ef51a47d
commit
93047e67c0
2 changed files with 0 additions and 8 deletions
|
|
@ -16,7 +16,6 @@
|
||||||
"--progress ": "show progress of file operations",
|
"--progress ": "show progress of file operations",
|
||||||
"--confirm-copy ": "confirm copy",
|
"--confirm-copy ": "confirm copy",
|
||||||
"--confirm-move ": "confirm move",
|
"--confirm-move ": "confirm move",
|
||||||
"--html-dialogs ": "use html dialogs",
|
|
||||||
"--open ": "open web browser when server started",
|
"--open ": "open web browser when server started",
|
||||||
"--name ": "set tab name in web browser",
|
"--name ": "set tab name in web browser",
|
||||||
"--one-file-panel ": "show one file panel",
|
"--one-file-panel ": "show one file panel",
|
||||||
|
|
@ -40,7 +39,6 @@
|
||||||
"--no-progress ": "do not show progress of file operations",
|
"--no-progress ": "do not show progress of file operations",
|
||||||
"--no-confirm-copy ": "do not confirm copy",
|
"--no-confirm-copy ": "do not confirm copy",
|
||||||
"--no-confirm-move ": "do not confirm move",
|
"--no-confirm-move ": "do not confirm move",
|
||||||
"--no-html-dialogs ": "do not use html dialogs",
|
|
||||||
"--no-config-dialog ": "disable config dialog",
|
"--no-config-dialog ": "disable config dialog",
|
||||||
"--no-console ": "disable console",
|
"--no-console ": "disable console",
|
||||||
"--no-sync-console-path ": "do not sync console path",
|
"--no-sync-console-path ": "do not sync console path",
|
||||||
|
|
|
||||||
|
|
@ -147,12 +147,6 @@
|
||||||
Progress
|
Progress
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<label>
|
|
||||||
<input data-name="js-htmlDialogs" type="checkbox" {{ htmlDialogs }}>
|
|
||||||
HTML Dialogs
|
|
||||||
</label>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<label>
|
<label>
|
||||||
<input data-name="js-syncConsolePath" type="checkbox" {{ syncConsolePath }}>
|
<input data-name="js-syncConsolePath" type="checkbox" {{ syncConsolePath }}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue