Docker: more intuitive handling of images

This commit is contained in:
bergware
2020-07-15 18:29:46 +02:00
parent e5658b5a3c
commit 3a657cf3c6

View File

@@ -145,6 +145,7 @@ _(Enable Docker)_:
:docker_enable_help:
<?if ($DockerStopped):?>
_(Docker vDisk type)_:
: <select id="DOCKER_IMAGE_TYPE" name="DOCKER_IMAGE_TYPE" onchange="updateLocation(this.value)">
<?=mk_option($dockercfg['DOCKER_IMAGE_TYPE'], '', _('btrfs'))?>
@@ -928,6 +929,7 @@ $(function() {
});
$("#DOCKER_APP_CONFIG_PATH").fileTreeAttach();
<?endif;?>
<?else:?>
if ($.cookie('btrfs-scrub-docker')) btrfsScrub($.cookie('btrfs-scrub-docker'));
<?endif;?>
});