[pve-devel] [PATCH manager] ha: re-add node to service status

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Dec 20 08:12:56 CET 2016


On the old HA status we saw where a service was located currently,
this information was lost when we merged the resource and the status
tab.
Add this information again.

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/manager6/ha/Resources.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/www/manager6/ha/Resources.js b/www/manager6/ha/Resources.js
index 8d35afc..5d4eaec 100644
--- a/www/manager6/ha/Resources.js
+++ b/www/manager6/ha/Resources.js
@@ -128,6 +128,12 @@ Ext.define('PVE.ha.ResourcesView', {
 		    dataIndex: 'state'
 		},
 		{
+		    header: gettext('Node'),
+		    width: 100,
+		    sortable: true,
+		    dataIndex: 'node'
+		},
+		{
 		    header: gettext('Request State'),
 		    width: 100,
 		    hidden: true,
-- 
2.1.4





More information about the pve-devel mailing list