tape: add svg icon

This commit is contained in:
Dietmar Maurer
2020-12-11 13:02:23 +01:00
parent 663ef85992
commit 73b8f6793e
5 changed files with 41 additions and 5 deletions

View File

@ -119,8 +119,8 @@ Ext.define('PBS.view.main.NavigationTree', {
if (PBS.TapeManagement !== undefined) {
if (!root.findChild('id', 'tape_management', false)) {
root.insertChild(3, {
text: "Tape Management",
iconCls: 'fa fa-gears',
text: "Tape Backup",
iconCls: 'pbs-icon-tape',
id: 'tape_management',
path: 'pbsTapeManagement',
expanded: true,