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 <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-06-19 14:34:34 +02:00 committed by Dietmar Maurer
parent fcd3cdd5d6
commit a0f3e8e3a2
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ Ext.define('PVE.StateProvider', {
hprefix: 'v1',
compDict: {
replication: 51,
system: 50,
monitor: 49,
'ha-fencing': 48,

View File

@ -56,7 +56,7 @@ Ext.define('PVE.dc.Config', {
xtype: 'pveReplicaView',
iconCls: 'fa fa-retweet',
title: gettext('Replication'),
itemId: 'replica'
itemId: 'replication'
},
{
xtype: 'pveACLView',