mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-25 03:41:48 +00:00
add missing task description mappings
this includes * cephmgrcreate/destroy * acmerenew/register/deactivate/refresh/renew/revoke/update * clustercreate/join * move_volume Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
bd7c96d053
commit
18ffbaef6c
12
Utils.js
12
Utils.js
@ -416,6 +416,16 @@ Ext.define('Proxmox.Utils', { utilities: {
|
|||||||
},
|
},
|
||||||
|
|
||||||
task_desc_table: {
|
task_desc_table: {
|
||||||
|
acmenewcert: [ 'SRV', gettext('Order Certificate') ],
|
||||||
|
acmeregister: [ 'ACME Account', gettext('Register') ],
|
||||||
|
acmedeactivate: [ 'ACME Account', gettext('Deactivate') ],
|
||||||
|
acmeupdate: [ 'ACME Account', gettext('Update') ],
|
||||||
|
acmerefresh: [ 'ACME Account', gettext('Refresh') ],
|
||||||
|
acmerenew: [ 'SRV', gettext('Renew Certificate') ],
|
||||||
|
acmerevoke: [ 'SRV', gettext('Revoke Certificate') ],
|
||||||
|
'move_volume': [ 'CT', gettext('Move Volume') ],
|
||||||
|
clustercreate: [ '', gettext('Create Cluster') ],
|
||||||
|
clusterjoin: [ '', gettext('Join Cluster') ],
|
||||||
diskinit: [ 'Disk', gettext('Initialize Disk with GPT') ],
|
diskinit: [ 'Disk', gettext('Initialize Disk with GPT') ],
|
||||||
vncproxy: [ 'VM/CT', gettext('Console') ],
|
vncproxy: [ 'VM/CT', gettext('Console') ],
|
||||||
spiceproxy: [ 'VM/CT', gettext('Console') + ' (Spice)' ],
|
spiceproxy: [ 'VM/CT', gettext('Console') + ' (Spice)' ],
|
||||||
@ -461,6 +471,8 @@ Ext.define('Proxmox.Utils', { utilities: {
|
|||||||
srvstop: ['SRV', gettext('Stop') ],
|
srvstop: ['SRV', gettext('Stop') ],
|
||||||
srvrestart: ['SRV', gettext('Restart') ],
|
srvrestart: ['SRV', gettext('Restart') ],
|
||||||
srvreload: ['SRV', gettext('Reload') ],
|
srvreload: ['SRV', gettext('Reload') ],
|
||||||
|
cephcreatemgr: ['Ceph Manager', gettext('Create') ],
|
||||||
|
cephdestroymgr: ['Ceph Manager', gettext('Destroy') ],
|
||||||
cephcreatemon: ['Ceph Monitor', gettext('Create') ],
|
cephcreatemon: ['Ceph Monitor', gettext('Create') ],
|
||||||
cephdestroymon: ['Ceph Monitor', gettext('Destroy') ],
|
cephdestroymon: ['Ceph Monitor', gettext('Destroy') ],
|
||||||
cephcreateosd: ['Ceph OSD', gettext('Create') ],
|
cephcreateosd: ['Ceph OSD', gettext('Create') ],
|
||||||
|
Loading…
Reference in New Issue
Block a user