ui: tape overview: use correct icon for Media-Pools
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f9b824ac30
commit
2914e99ff3
|
@ -73,6 +73,7 @@ Ext.define('PBS.TapeManagement.BackupOverview', {
|
|||
for (const [pool, media_sets] of Object.entries(data)) {
|
||||
let pool_entry = Ext.create('Ext.data.TreeModel', {
|
||||
text: pool,
|
||||
iconCls: 'fa fa-object-group',
|
||||
expanded: true,
|
||||
leaf: false,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue