DC Firewall: add enable option
This commit is contained in:
parent
e952412864
commit
79b93a4dd7
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user