use new monStoreErrors property

This commit is contained in:
Dietmar Maurer 2017-04-07 06:47:11 +02:00
parent ee138d2d4b
commit 5e453db724
9 changed files with 18 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Ext.define('PMG.ClamAVDatabaseConfig', {
extend: 'Proxmox.grid.ObjectGrid',
alias: ['widget.pmgClamAVDatabaseConfig'],
monStoreErrors: true,
initComponent : function() {
var me = this;

View File

@ -2,6 +2,8 @@ Ext.define('PMG.MailProxyOptions', {
extend: 'Proxmox.grid.ObjectGrid',
alias: ['widget.pmgMailProxyOptions'],
monStoreErrors: true,
initComponent : function() {
var me = this;

View File

@ -4,6 +4,8 @@ Ext.define('PMG.MailProxyPorts', {
url: '/api2/json/config/mail',
monStoreErrors: true,
editorConfig: {
url: '/api2/extjs/config/mail',
},

View File

@ -2,6 +2,8 @@ Ext.define('PMG.MailProxyRelaying', {
extend: 'Proxmox.grid.ObjectGrid',
alias: ['widget.pmgMailProxyRelaying'],
monStoreErrors: true,
initComponent : function() {
var me = this;

View File

@ -2,6 +2,8 @@ Ext.define('PMG.MailProxyTLS', {
extend: 'Proxmox.grid.ObjectGrid',
alias: ['widget.pmgMailProxyTLS'],
monStoreErrors: true,
initComponent : function() {
var me = this;

View File

@ -2,6 +2,8 @@ Ext.define('PMG.SpamDetectorOptions', {
extend: 'Proxmox.grid.ObjectGrid',
alias: ['widget.pmgSpamDetectorOptions'],
monStoreErrors: true,
initComponent : function() {
var me = this;

View File

@ -2,6 +2,8 @@ Ext.define('PMG.SpamQuarantineOptions', {
extend: 'Proxmox.grid.ObjectGrid',
alias: ['widget.pmgSpamQuarantineOptions'],
monStoreErrors: true,
authmodeTextHash: {
ticket: 'Ticket',
ldap: 'LDAP',

View File

@ -2,6 +2,8 @@ Ext.define('PMG.VirusDetectorOptions', {
extend: 'Proxmox.grid.ObjectGrid',
alias: ['widget.pmgVirusDetectorOptions'],
monStoreErrors: true,
initComponent : function() {
var me = this;

View File

@ -2,6 +2,8 @@ Ext.define('PMG.VirusQuarantineOptions', {
extend: 'Proxmox.grid.ObjectGrid',
alias: ['widget.pmgVirusQuarantineOptions'],
monStoreErrors: true,
initComponent : function() {
var me = this;