mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 16:31:09 +00:00
ui: followup: add missing semicolon
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4aa70a6b3a
commit
619c74f2d7
@ -57,7 +57,7 @@ Ext.define('PVE.data.ResourceStore', {
|
|||||||
let me = this;
|
let me = this;
|
||||||
// can only refresh if we're loaded at least once and are not currently loading
|
// can only refresh if we're loaded at least once and are not currently loading
|
||||||
if (!me.isLoading() && me.isLoaded()) {
|
if (!me.isLoading() && me.isLoaded()) {
|
||||||
let records = (me.getData().getSource() || me.getData()).getRange()
|
let records = (me.getData().getSource() || me.getData()).getRange();
|
||||||
me.fireEvent('load', me, records);
|
me.fireEvent('load', me, records);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user