Also remove it from the web interface
This commit is contained in:
parent
32fe3a7d5e
commit
dbafec0c28
|
@ -27,7 +27,6 @@ var MOUNT_OPTIONS_DROPDOWN_TEMPLATE =
|
|||
' <select id="mountOptionsFilesystemCheck" name="filesystem_check_changes" data-type="int">' +
|
||||
' <option value="0">{{t "files_external" "Never"}}</option>' +
|
||||
' <option value="1" selected="selected">{{t "files_external" "Once every direct access"}}</option>' +
|
||||
' <option value="2">{{t "files_external" "Every time the filesystem is used"}}</option>' +
|
||||
' </select>' +
|
||||
' </div>' +
|
||||
'</div>';
|
||||
|
@ -39,7 +38,6 @@ var MOUNT_OPTIONS_DROPDOWN_TEMPLATE =
|
|||
t("files_external", "Check for changes")
|
||||
t("files_external", "Never")
|
||||
t("files_external", "Once every direct access")
|
||||
t("files_external", "Every time the filesystem is used")
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue