]> git.proxmox.com Git - pmg-gui.git/blame - js/RuleConfiguration.js
avoid to many gettext entries
[pmg-gui.git] / js / RuleConfiguration.js
CommitLineData
f1e32362
DM
1Ext.define('PMG.RuleConfiguration', {
2 extend: 'Ext.panel.Panel',
3 alias: 'widget.pmgRuleConfiguration',
4
d9e1af94
DM
5 title: gettext('Configuration') + ': ' +
6 gettext('Rules'),
f1e32362
DM
7
8 html: "TODO"
9});
10
11