[pve-devel] [PATCH manager 7/7] add replication grid to lxc/qemu/node
Dominik Csapak
d.csapak at proxmox.com
Tue Jun 13 14:56:06 CEST 2017
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/manager6/lxc/Config.js | 6 ++++++
www/manager6/node/Config.js | 6 ++++++
www/manager6/qemu/Config.js | 6 ++++++
3 files changed, 18 insertions(+)
diff --git a/www/manager6/lxc/Config.js b/www/manager6/lxc/Config.js
index dbd66417..bf8cf319 100644
--- a/www/manager6/lxc/Config.js
+++ b/www/manager6/lxc/Config.js
@@ -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'
});
}
diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
index 8ee9d3b1..49f1186f 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -240,6 +240,12 @@ Ext.define('PVE.node.Config', {
xtype: 'pveNodeCephStatus'
},
{
+ xtype: 'pveReplicaView',
+ iconCls: 'fa fa-retweet',
+ title: gettext('Replication'),
+ itemId: 'replication'
+ },
+ {
xtype: 'pveNodeCephConfigCrush',
title: gettext('Configuration'),
iconCls: 'fa fa-gear',
diff --git a/www/manager6/qemu/Config.js b/www/manager6/qemu/Config.js
index 43b4fcfc..0811797f 100644
--- a/www/manager6/qemu/Config.js
+++ b/www/manager6/qemu/Config.js
@@ -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'
});
}
--
2.11.0
More information about the pve-devel
mailing list