ui: use fa-archive symbol for datastore navigation tree entry
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
afdcfb5bc9
commit
d649e17eb7
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue