mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-06-01 07:42:50 +00:00
12 lines
200 B
JavaScript
12 lines
200 B
JavaScript
Ext.define('PMG.RuleConfiguration', {
|
|
extend: 'Ext.panel.Panel',
|
|
alias: 'widget.pmgRuleConfiguration',
|
|
|
|
title: gettext('Configuration') + ': ' +
|
|
gettext('Rules'),
|
|
|
|
html: "TODO"
|
|
});
|
|
|
|
|