[pve-devel] [PATCH v4 manager 4/4] ui: tasks: add qmreassign task description
Aaron Lauterer
a.lauterer at proxmox.com
Fri Oct 2 10:23:54 CEST 2020
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
www/manager6/Utils.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 19227384..0a5a207c 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -1566,6 +1566,9 @@ Ext.define('PVE.Utils', { utilities: {
constructor: function() {
var me = this;
Ext.apply(me, me.utilities);
+ Proxmox.Utils.override_task_descriptions({
+ qmreassign: ['VM', gettext('Reassign disk')],
+ });
},
getNodeVMs: function(nodename) {
--
2.20.1
More information about the pve-devel
mailing list