mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-06-05 09:02:59 +00:00
use new monStoreErrors property
This commit is contained in:
parent
ee138d2d4b
commit
5e453db724
@ -2,6 +2,8 @@ Ext.define('PMG.ClamAVDatabaseConfig', {
|
|||||||
extend: 'Proxmox.grid.ObjectGrid',
|
extend: 'Proxmox.grid.ObjectGrid',
|
||||||
alias: ['widget.pmgClamAVDatabaseConfig'],
|
alias: ['widget.pmgClamAVDatabaseConfig'],
|
||||||
|
|
||||||
|
monStoreErrors: true,
|
||||||
|
|
||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.MailProxyOptions', {
|
|||||||
extend: 'Proxmox.grid.ObjectGrid',
|
extend: 'Proxmox.grid.ObjectGrid',
|
||||||
alias: ['widget.pmgMailProxyOptions'],
|
alias: ['widget.pmgMailProxyOptions'],
|
||||||
|
|
||||||
|
monStoreErrors: true,
|
||||||
|
|
||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
@ -4,6 +4,8 @@ Ext.define('PMG.MailProxyPorts', {
|
|||||||
|
|
||||||
url: '/api2/json/config/mail',
|
url: '/api2/json/config/mail',
|
||||||
|
|
||||||
|
monStoreErrors: true,
|
||||||
|
|
||||||
editorConfig: {
|
editorConfig: {
|
||||||
url: '/api2/extjs/config/mail',
|
url: '/api2/extjs/config/mail',
|
||||||
},
|
},
|
||||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.MailProxyRelaying', {
|
|||||||
extend: 'Proxmox.grid.ObjectGrid',
|
extend: 'Proxmox.grid.ObjectGrid',
|
||||||
alias: ['widget.pmgMailProxyRelaying'],
|
alias: ['widget.pmgMailProxyRelaying'],
|
||||||
|
|
||||||
|
monStoreErrors: true,
|
||||||
|
|
||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.MailProxyTLS', {
|
|||||||
extend: 'Proxmox.grid.ObjectGrid',
|
extend: 'Proxmox.grid.ObjectGrid',
|
||||||
alias: ['widget.pmgMailProxyTLS'],
|
alias: ['widget.pmgMailProxyTLS'],
|
||||||
|
|
||||||
|
monStoreErrors: true,
|
||||||
|
|
||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.SpamDetectorOptions', {
|
|||||||
extend: 'Proxmox.grid.ObjectGrid',
|
extend: 'Proxmox.grid.ObjectGrid',
|
||||||
alias: ['widget.pmgSpamDetectorOptions'],
|
alias: ['widget.pmgSpamDetectorOptions'],
|
||||||
|
|
||||||
|
monStoreErrors: true,
|
||||||
|
|
||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.SpamQuarantineOptions', {
|
|||||||
extend: 'Proxmox.grid.ObjectGrid',
|
extend: 'Proxmox.grid.ObjectGrid',
|
||||||
alias: ['widget.pmgSpamQuarantineOptions'],
|
alias: ['widget.pmgSpamQuarantineOptions'],
|
||||||
|
|
||||||
|
monStoreErrors: true,
|
||||||
|
|
||||||
authmodeTextHash: {
|
authmodeTextHash: {
|
||||||
ticket: 'Ticket',
|
ticket: 'Ticket',
|
||||||
ldap: 'LDAP',
|
ldap: 'LDAP',
|
||||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.VirusDetectorOptions', {
|
|||||||
extend: 'Proxmox.grid.ObjectGrid',
|
extend: 'Proxmox.grid.ObjectGrid',
|
||||||
alias: ['widget.pmgVirusDetectorOptions'],
|
alias: ['widget.pmgVirusDetectorOptions'],
|
||||||
|
|
||||||
|
monStoreErrors: true,
|
||||||
|
|
||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.VirusQuarantineOptions', {
|
|||||||
extend: 'Proxmox.grid.ObjectGrid',
|
extend: 'Proxmox.grid.ObjectGrid',
|
||||||
alias: ['widget.pmgVirusQuarantineOptions'],
|
alias: ['widget.pmgVirusQuarantineOptions'],
|
||||||
|
|
||||||
|
monStoreErrors: true,
|
||||||
|
|
||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user