ui: navigation: adapt tape icons also here

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-03-08 17:06:49 +01:00
parent cc5ef79bec
commit 9a8bf2cac9

View File

@ -159,11 +159,11 @@ Ext.define('PBS.view.main.NavigationTree', {
if (drive.data.changer !== undefined) {
text = drive.data.changer;
path = `Changer-${text}`;
iconCls = 'fa fa-navicon';
iconCls = 'fa fa-exchange';
} else {
text = drive.data.name;
path = `Drive-${text}`;
iconCls = 'fa fa-square';
iconCls = 'pbs-icon-tape-drive';
}
newSet[path] = {
text,