mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-06-03 16:11:56 +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',
|
||||
alias: ['widget.pmgClamAVDatabaseConfig'],
|
||||
|
||||
monStoreErrors: true,
|
||||
|
||||
initComponent : function() {
|
||||
var me = this;
|
||||
|
||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.MailProxyOptions', {
|
||||
extend: 'Proxmox.grid.ObjectGrid',
|
||||
alias: ['widget.pmgMailProxyOptions'],
|
||||
|
||||
monStoreErrors: true,
|
||||
|
||||
initComponent : function() {
|
||||
var me = this;
|
||||
|
||||
|
@ -4,6 +4,8 @@ Ext.define('PMG.MailProxyPorts', {
|
||||
|
||||
url: '/api2/json/config/mail',
|
||||
|
||||
monStoreErrors: true,
|
||||
|
||||
editorConfig: {
|
||||
url: '/api2/extjs/config/mail',
|
||||
},
|
||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.MailProxyRelaying', {
|
||||
extend: 'Proxmox.grid.ObjectGrid',
|
||||
alias: ['widget.pmgMailProxyRelaying'],
|
||||
|
||||
monStoreErrors: true,
|
||||
|
||||
initComponent : function() {
|
||||
var me = this;
|
||||
|
||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.MailProxyTLS', {
|
||||
extend: 'Proxmox.grid.ObjectGrid',
|
||||
alias: ['widget.pmgMailProxyTLS'],
|
||||
|
||||
monStoreErrors: true,
|
||||
|
||||
initComponent : function() {
|
||||
var me = this;
|
||||
|
||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.SpamDetectorOptions', {
|
||||
extend: 'Proxmox.grid.ObjectGrid',
|
||||
alias: ['widget.pmgSpamDetectorOptions'],
|
||||
|
||||
monStoreErrors: true,
|
||||
|
||||
initComponent : function() {
|
||||
var me = this;
|
||||
|
||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.SpamQuarantineOptions', {
|
||||
extend: 'Proxmox.grid.ObjectGrid',
|
||||
alias: ['widget.pmgSpamQuarantineOptions'],
|
||||
|
||||
monStoreErrors: true,
|
||||
|
||||
authmodeTextHash: {
|
||||
ticket: 'Ticket',
|
||||
ldap: 'LDAP',
|
||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.VirusDetectorOptions', {
|
||||
extend: 'Proxmox.grid.ObjectGrid',
|
||||
alias: ['widget.pmgVirusDetectorOptions'],
|
||||
|
||||
monStoreErrors: true,
|
||||
|
||||
initComponent : function() {
|
||||
var me = this;
|
||||
|
||||
|
@ -2,6 +2,8 @@ Ext.define('PMG.VirusQuarantineOptions', {
|
||||
extend: 'Proxmox.grid.ObjectGrid',
|
||||
alias: ['widget.pmgVirusQuarantineOptions'],
|
||||
|
||||
monStoreErrors: true,
|
||||
|
||||
initComponent : function() {
|
||||
var me = this;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user