mirror of
https://github.com/unraid/webgui.git
synced 2026-05-19 20:59:38 -05:00
Disable "Host access to custom networks"
This commit is contained in:
@@ -239,8 +239,8 @@ _(Template Authoring Mode)_:
|
||||
:docker_authoring_mode_help:
|
||||
|
||||
_(Host access to custom networks)_:
|
||||
: <select name="DOCKER_ALLOW_ACCESS">
|
||||
<?=mk_option($dockercfg['DOCKER_ALLOW_ACCESS'], '', _('Disabled'))?>
|
||||
: <select name="DOCKER_ALLOW_ACCESS" disabled>
|
||||
<?=mk_option($dockercfg['DOCKER_ALLOW_ACCESS'], '', _('Disabled'),'selected')?>
|
||||
<?=mk_option($dockercfg['DOCKER_ALLOW_ACCESS'], 'yes', _('Enabled'))?>
|
||||
</select>
|
||||
|
||||
@@ -437,7 +437,7 @@ _(Docker LOG rotation)_:
|
||||
:docker_log_rotation_active_help:
|
||||
|
||||
_(Host access to custom networks)_:
|
||||
: <?=$dockercfg['DOCKER_ALLOW_ACCESS']=='' ? _('Disabled') : _('Enabled')?>
|
||||
: <?=($dockercfg['DOCKER_ALLOW_ACCESS']||1) ? _('Disabled') : _('Enabled')?>
|
||||
|
||||
:docker_custom_network_active_help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user