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