[pve-devel] applied: [PATCH widget-toolkit 5/6] add reboot for containers into task description table

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Nov 14 12:12:05 CET 2019


On 11/12/19 5:27 PM, Oguz Bektas wrote:
> Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
> ---
>  Utils.js | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Utils.js b/Utils.js
> index e3dcfcd..3a8fa9a 100644
> --- a/Utils.js
> +++ b/Utils.js
> @@ -494,6 +494,7 @@ Ext.define('Proxmox.Utils', { utilities: {
>  	vzmount: ['CT', gettext('Mount') ],
>  	vzumount: ['CT', gettext('Unmount') ],
>  	vzshutdown: ['CT', gettext('Shutdown') ],
> +	vzreboot: ['CT', gettext('Reboot') ],
>  	vzsuspend: [ 'CT', gettext('Suspend') ],
>  	vzresume: [ 'CT', gettext('Resume') ],
>  	hamigrate: [ 'HA', gettext('Migrate') ],
> 

applied this one already, does not hurt and won't change in
a next version.




More information about the pve-devel mailing list