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