Commit 545d2aeb authored by Dietmar Maurer's avatar Dietmar Maurer

DC Firewall: add enable option

parent 9d1b6059
......@@ -120,7 +120,9 @@ Ext.define('PVE.FirewallOptions', {
add_boolean_row('macfilter', gettext('MAC filter'), 1);
add_log_row('log_level_in');
add_log_row('log_level_out');
}
} else if (me.fwtype === 'dc') {
add_boolean_row('enable', gettext('Enable Firewall'), 0);
}
if (me.fwtype === 'dc' || me.fwtype === 'vm') {
rows.policy_in = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment