mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-10 22:06:15 +00:00
Utils: storage creation task descriptions
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
cbf3acee3a
commit
0908d830cf
6
Utils.js
6
Utils.js
@ -492,7 +492,11 @@ Ext.define('Proxmox.Utils', { utilities: {
|
|||||||
aptupdate: ['', gettext('Update package database') ],
|
aptupdate: ['', gettext('Update package database') ],
|
||||||
startall: [ '', gettext('Start all VMs and Containers') ],
|
startall: [ '', gettext('Start all VMs and Containers') ],
|
||||||
stopall: [ '', gettext('Stop 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) {
|
format_task_description: function(type, id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user