]> git.proxmox.com Git - pve-manager.git/commitdiff
Enable HA datacenter panel
authorEmmanuel Kasper <e.kasper@proxmox.com>
Mon, 15 Feb 2016 12:29:59 +0000 (13:29 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 17 Feb 2016 10:58:36 +0000 (11:58 +0100)
No further changes needed here

www/manager6/dc/Config.js

index b67569cf67c6eb94175cf92cf64a60775402b91f..977d3c9cb4bd532ac3b586a20011338885c79088 100644 (file)
@@ -86,11 +86,9 @@ Ext.define('PVE.dc.Config', {
                });
 
            me.items.push({
-//                 xtype: 'pveHAPanel',
-//                 title: 'HA',
-               xtype: 'gridpanel',
-               title: 'HATODO',
-               phstateid: me.hstateid,
+                   xtype: 'pveHAPanel',
+                   title: 'HA',
+                   phstateid: me.hstateid,
                    itemId: 'ha'
                });