[pve-devel] applied: [PATCH widget-toolkit] add missing task description mappings

Thomas Lamprecht t.lamprecht at proxmox.com
Mon May 14 10:58:04 CEST 2018


On 5/11/18 2:48 PM, Dominik Csapak wrote:
> this includes
> * cephmgrcreate/destroy
> * acmerenew/register/deactivate/refresh/renew/revoke/update
> * clustercreate/join
> * move_volume
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  Utils.js | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/Utils.js b/Utils.js
> index 1fd6334..9f98a11 100644
> --- a/Utils.js
> +++ b/Utils.js
> @@ -416,6 +416,16 @@ Ext.define('Proxmox.Utils', { utilities: {
>      },
>  
>      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') ],
>  	vncproxy: [ 'VM/CT', gettext('Console') ],
>  	spiceproxy: [ 'VM/CT', gettext('Console') + ' (Spice)' ],
> @@ -461,6 +471,8 @@ Ext.define('Proxmox.Utils', { utilities: {
>  	srvstop: ['SRV', gettext('Stop') ],
>  	srvrestart: ['SRV', gettext('Restart') ],
>  	srvreload: ['SRV', gettext('Reload') ],
> +	cephcreatemgr: ['Ceph Manager', gettext('Create') ],
> +	cephdestroymgr: ['Ceph Manager', gettext('Destroy') ],
>  	cephcreatemon: ['Ceph Monitor', gettext('Create') ],
>  	cephdestroymon: ['Ceph Monitor', gettext('Destroy') ],
>  	cephcreateosd: ['Ceph OSD', gettext('Create') ],
> 

applied, thanks




More information about the pve-devel mailing list