[pve-devel] applied: [PATCH widget-toolkit] add qmreboot task description
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Sep 19 13:19:22 CEST 2019
On 12.09.19 13:36, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> Utils.js | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Utils.js b/Utils.js
> index 533272d..aac877a 100644
> --- a/Utils.js
> +++ b/Utils.js
> @@ -475,6 +475,7 @@ Ext.define('Proxmox.Utils', { utilities: {
> qmstop: [ 'VM', gettext('Stop') ],
> qmreset: [ 'VM', gettext('Reset') ],
> qmshutdown: [ 'VM', gettext('Shutdown') ],
> + qmreboot: [ 'VM', gettext('Reboot') ],
> qmsuspend: [ 'VM', gettext('Hibernate') ],
> qmpause: [ 'VM', gettext('Pause') ],
> qmresume: [ 'VM', gettext('Resume') ],
>
applied, thanks!
More information about the pve-devel
mailing list