Commit 125eef6d authored by Dietmar Maurer's avatar Dietmar Maurer

copy form/FirewallPolicySelector.js from manager to manager5

parent 4b079564
Ext.define('PVE.form.FirewallPolicySelector', {
extend: 'PVE.form.KVComboBox',
alias: ['widget.pveFirewallPolicySelector'],
initComponent: function() {
var me = this;
me.data = [
['ACCEPT', 'ACCEPT'],
['REJECT', 'REJECT'],
[ 'DROP', 'DROP']
];
me.callParent();
}
});
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