From a0f3e8e3a20d28f8cc3e5bc2182f56449130c6b3 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 19 Jun 2017 14:34:34 +0200 Subject: [PATCH] add replication to stateprovider dictionary to show the number in the url fragment instead of 'replication' also change the itemid in the datacenter to 'replication' from 'replica' Signed-off-by: Dominik Csapak --- www/manager6/StateProvider.js | 1 + www/manager6/dc/Config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/manager6/StateProvider.js b/www/manager6/StateProvider.js index 9924cd4a..db00e8b2 100644 --- a/www/manager6/StateProvider.js +++ b/www/manager6/StateProvider.js @@ -49,6 +49,7 @@ Ext.define('PVE.StateProvider', { hprefix: 'v1', compDict: { + replication: 51, system: 50, monitor: 49, 'ha-fencing': 48, diff --git a/www/manager6/dc/Config.js b/www/manager6/dc/Config.js index 17c81b09..17d7a96a 100644 --- a/www/manager6/dc/Config.js +++ b/www/manager6/dc/Config.js @@ -56,7 +56,7 @@ Ext.define('PVE.dc.Config', { xtype: 'pveReplicaView', iconCls: 'fa fa-retweet', title: gettext('Replication'), - itemId: 'replica' + itemId: 'replication' }, { xtype: 'pveACLView',