www/DataStoreStatus.js: define Model for datastorte list
We want to use the admin/datastore api (instead of config/datastore), to get the restricted list of datastores.
This commit is contained in:
@ -55,7 +55,7 @@ Ext.define('PBS.view.main.NavigationTree', {
|
||||
autoStart: true,
|
||||
interval: 15 * 1000,
|
||||
storeid: 'pbs-datastore-list',
|
||||
model: 'pbs-data-store-config'
|
||||
model: 'pbs-datastore-list'
|
||||
});
|
||||
|
||||
view.rstore.on('load', this.onLoad, this);
|
||||
|
Reference in New Issue
Block a user