NavigationTree.js: use other iconCls for datastores

This commit is contained in:
Dietmar Maurer 2019-12-21 09:15:57 +01:00
parent f1baa7f4fc
commit bc9c306c13
1 changed files with 1 additions and 1 deletions

View File

@ -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
});
}