From 0908d830cf4429cf916c5007135f7d414675f6dc Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 22 Nov 2018 14:04:57 +0100 Subject: [PATCH] Utils: storage creation task descriptions Signed-off-by: Dominik Csapak --- Utils.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Utils.js b/Utils.js index be5f9c6..37eba47 100644 --- a/Utils.js +++ b/Utils.js @@ -492,7 +492,11 @@ Ext.define('Proxmox.Utils', { utilities: { aptupdate: ['', gettext('Update package database') ], startall: [ '', gettext('Start all VMs and Containers') ], stopall: [ '', gettext('Stop all VMs and Containers') ], - migrateall: [ '', gettext('Migrate all VMs and Containers') ] + migrateall: [ '', gettext('Migrate all VMs and Containers') ], + dircreate: [ gettext('Directory Storage'), gettext('Create') ], + lvmcreate: [ gettext('LVM Storage'), gettext('Create') ], + lvmthincreate: [ gettext('LVM-Thin Storage'), gettext('Create') ], + zfscreate: [ gettext('ZFS Storage'), gettext('Create') ] }, format_task_description: function(type, id) {