From 9a8bf2cac9ab2fbf2bac9373f58a9dd8d405bfad Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 8 Mar 2021 17:06:49 +0100 Subject: [PATCH] ui: navigation: adapt tape icons also here Signed-off-by: Thomas Lamprecht --- www/NavigationTree.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/NavigationTree.js b/www/NavigationTree.js index 4b25114e7..a9e975677 100644 --- a/www/NavigationTree.js +++ b/www/NavigationTree.js @@ -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,