mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 13:50:28 +00:00
add replication grid to lxc/qemu/node
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
56297d42c5
commit
cb6df20c2e
@ -190,6 +190,12 @@ Ext.define('PVE.lxc.Config', {
|
||||
iconCls: 'fa fa-floppy-o',
|
||||
xtype: 'pveBackupView',
|
||||
itemId: 'backup'
|
||||
},
|
||||
{
|
||||
title: gettext('Replication'),
|
||||
iconCls: 'fa fa-retweet',
|
||||
xtype: 'pveReplicaView',
|
||||
itemId: 'replication'
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -239,6 +239,12 @@ Ext.define('PVE.node.Config', {
|
||||
iconCls: 'fa fa-ceph',
|
||||
xtype: 'pveNodeCephStatus'
|
||||
},
|
||||
{
|
||||
xtype: 'pveReplicaView',
|
||||
iconCls: 'fa fa-retweet',
|
||||
title: gettext('Replication'),
|
||||
itemId: 'replication'
|
||||
},
|
||||
{
|
||||
xtype: 'pveNodeCephConfigCrush',
|
||||
title: gettext('Configuration'),
|
||||
|
@ -221,6 +221,12 @@ Ext.define('PVE.qemu.Config', {
|
||||
iconCls: 'fa fa-floppy-o',
|
||||
xtype: 'pveBackupView',
|
||||
itemId: 'backup'
|
||||
},
|
||||
{
|
||||
title: gettext('Replication'),
|
||||
iconCls: 'fa fa-retweet',
|
||||
xtype: 'pveReplicaView',
|
||||
itemId: 'replication'
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user