mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-07-27 10:45:56 +00:00
dkim selector: use autoLoad config of store
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
39b73de789
commit
7de008cc1c
@ -100,6 +100,7 @@ Ext.define('PMG.SelectorList', {
|
||||
type: 'proxmox',
|
||||
url: '/api2/json/config/dkim/selectors'
|
||||
},
|
||||
autoLoad: true,
|
||||
sorters: [
|
||||
{
|
||||
property : 'selector',
|
||||
@ -111,14 +112,6 @@ Ext.define('PMG.SelectorList', {
|
||||
valueField: 'selector',
|
||||
displayField: 'selector',
|
||||
allowBlank: false,
|
||||
|
||||
initComponent: function() {
|
||||
var me = this;
|
||||
|
||||
me.callParent();
|
||||
me.store.load();
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Ext.define('PMG.DKIMSettings', {
|
||||
|
Loading…
Reference in New Issue
Block a user