ui: realms: use address-book as default fallback icon
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
da25c5ac41
commit
879e27c496
@ -95,7 +95,7 @@ Ext.define('PVE.dc.AuthView', {
|
||||
if (!config.add) { continue; }
|
||||
items.push({
|
||||
text: config.name,
|
||||
iconCls: 'fa fa-fw ' + (config.iconCls || 'fa-id-card-o'),
|
||||
iconCls: 'fa fa-fw ' + (config.iconCls || 'fa-address-book-o'),
|
||||
handler: () => me.openEditWindow(authType),
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user