ui: update datastore list more often
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
parent
adf5dcba8d
commit
fbd6f54f39
@ -137,7 +137,7 @@ Ext.define('PBS.view.main.NavigationTree', {
|
|||||||
init: function(view) {
|
init: function(view) {
|
||||||
view.rstore = Ext.create('Proxmox.data.UpdateStore', {
|
view.rstore = Ext.create('Proxmox.data.UpdateStore', {
|
||||||
autoStart: true,
|
autoStart: true,
|
||||||
interval: 15 * 1000,
|
interval: 5 * 1000,
|
||||||
storeid: 'pbs-datastore-list',
|
storeid: 'pbs-datastore-list',
|
||||||
model: 'pbs-datastore-list',
|
model: 'pbs-datastore-list',
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user