add ha info to the template summary
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
3ff9bf5a7c
commit
20d76d1a12
@ -17,6 +17,14 @@ Ext.define('PVE.panel.TemplateStatusView',{
|
||||
xtype: 'box',
|
||||
height: 20
|
||||
},
|
||||
{
|
||||
itemId: 'hamanaged',
|
||||
iconCls: 'fa fa-heartbeat fa-fw',
|
||||
title: gettext('HA State'),
|
||||
printBar: false,
|
||||
textField: 'ha',
|
||||
renderer: PVE.Utils.format_ha
|
||||
},
|
||||
{
|
||||
itemId: 'node',
|
||||
iconCls: 'fa fa-fw fa-building',
|
||||
|
Loading…
Reference in New Issue
Block a user