NavigationTree.js: use other iconCls for datastores
This commit is contained in:
parent
f1baa7f4fc
commit
bc9c306c13
|
@ -87,7 +87,7 @@ Ext.define('PBS.view.main.NavigationTree', {
|
|||
list.appendChild({
|
||||
text: name,
|
||||
path: 'pbsDataStoreContent:' + name,
|
||||
iconCls: 'fa fa-hdd-o',
|
||||
iconCls: 'fa fa-database',
|
||||
leaf: true
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue