]> git.proxmox.com Git - pve-manager.git/commitdiff
add missing state string
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 1 Apr 2016 11:10:57 +0000 (13:10 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 1 Apr 2016 11:22:14 +0000 (13:22 +0200)
'monitor' was missing in dictionary for the states

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/StateProvider.js

index a69cbce5572275ce70ac0b5c3dd495af875ddab3..4f2d400dade09f3bd98afced6fd532370befed14 100644 (file)
@@ -49,6 +49,7 @@ Ext.define('PVE.StateProvider', {
     hprefix: 'v1',
 
     compDict: {
+       monitor: 49,
        'ha-fencing': 48,
        'ha-groups': 47,
        'ha-resources': 46,