]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - Utils.js
update bump to 1.0-21
[proxmox-widget-toolkit.git] / Utils.js
index be5f9c6362399ee381e80eb2a7706f3d7f05abfc..37eba47b2c3b2a610b8cfd257498a5258f710ab5 100644 (file)
--- 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) {