[pve-devel] [RFC manager 2/2] add lxc restart warning to bulk migration screen
Oguz Bektas
o.bektas at proxmox.com
Wed Feb 13 15:10:26 CET 2019
Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
www/manager6/window/BulkAction.js | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/www/manager6/window/BulkAction.js b/www/manager6/window/BulkAction.js
index 2ec9b9c9..0afc98ed 100644
--- a/www/manager6/window/BulkAction.js
+++ b/www/manager6/window/BulkAction.js
@@ -80,6 +80,12 @@ Ext.define('PVE.window.BulkAction', {
value: 1,
fieldLabel: gettext('Parallel jobs'),
allowBlank: false
+ },
+ {
+ xtype: 'displayfield',
+ userCls: 'pve-hint',
+ value: 'Warning: Running CTs will be migrated in Restart Mode.'
+ // only visible when containers chosen?
}
);
} else if (me.action === 'startall') {
--
2.11.0
More information about the pve-devel
mailing list