mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 23:46:58 +00:00
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:
parent
fcd3cdd5d6
commit
a0f3e8e3a2
@ -49,6 +49,7 @@ Ext.define('PVE.StateProvider', {
|
||||
hprefix: 'v1',
|
||||
|
||||
compDict: {
|
||||
replication: 51,
|
||||
system: 50,
|
||||
monitor: 49,
|
||||
'ha-fencing': 48,
|
||||
|
@ -56,7 +56,7 @@ Ext.define('PVE.dc.Config', {
|
||||
xtype: 'pveReplicaView',
|
||||
iconCls: 'fa fa-retweet',
|
||||
title: gettext('Replication'),
|
||||
itemId: 'replica'
|
||||
itemId: 'replication'
|
||||
},
|
||||
{
|
||||
xtype: 'pveACLView',
|
||||
|
Loading…
Reference in New Issue
Block a user