mirror of
https://github.com/unraid/webgui.git
synced 2026-01-17 23:20:02 -06:00
Docker: more intuitive handling of images
This commit is contained in:
@@ -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;?>
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user