mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-06-01 19:46:58 +00:00
11 lines
178 B
JavaScript
11 lines
178 B
JavaScript
Ext.define('PMG.RuleConfiguration', {
|
|
extend: 'Ext.panel.Panel',
|
|
alias: 'widget.pmgRuleConfiguration',
|
|
|
|
title: gettext('Rule Configuration'),
|
|
|
|
html: "TODO"
|
|
});
|
|
|
|
|