ui: tape overview: use correct icon for Media-Pools

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-26 19:04:07 +02:00
parent f9b824ac30
commit 2914e99ff3
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ Ext.define('PBS.TapeManagement.BackupOverview', {
for (const [pool, media_sets] of Object.entries(data)) { for (const [pool, media_sets] of Object.entries(data)) {
let pool_entry = Ext.create('Ext.data.TreeModel', { let pool_entry = Ext.create('Ext.data.TreeModel', {
text: pool, text: pool,
iconCls: 'fa fa-object-group',
expanded: true, expanded: true,
leaf: false, leaf: false,
}); });