ui: use fa-archive symbol for datastore navigation tree entry

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-12-19 16:49:40 +01:00
parent afdcfb5bc9
commit d649e17eb7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Ext.define('PBS.store.NavigationStore', {
children: [ children: [
{ {
text: gettext('Data Store'), text: gettext('Data Store'),
iconCls: 'fa fa-envelope-o', iconCls: 'fa fa-archive',
path: 'pbsDataStoreConfig', path: 'pbsDataStoreConfig',
leaf: true leaf: true
}, },