add ha info to the template summary

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2018-02-22 14:32:40 +01:00 committed by Thomas Lamprecht
parent 3ff9bf5a7c
commit 20d76d1a12

View File

@ -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',