DC Firewall: add enable option

This commit is contained in:
Dietmar Maurer 2014-06-04 08:46:33 +02:00
parent e952412864
commit 79b93a4dd7

View File

@ -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 = {