* [pve-devel] [PATCH manager] ui: qemu: show progress bar for resize task
@ 2023-06-09 8:25 Fiona Ebner
2023-06-09 9:06 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2023-06-09 8:25 UTC (permalink / raw)
To: pve-devel
The API call was changed to spawn a task now.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
Dependency bump for qemu-server needed.
www/manager6/qemu/HDResize.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/www/manager6/qemu/HDResize.js b/www/manager6/qemu/HDResize.js
index f9c7290d..97bec73b 100644
--- a/www/manager6/qemu/HDResize.js
+++ b/www/manager6/qemu/HDResize.js
@@ -16,6 +16,10 @@ Ext.define('PVE.window.HDResize', {
Ext.Msg.alert(gettext('Error'), response.htmlStatus);
},
success: function(response, options) {
+ Ext.create('Proxmox.window.TaskProgress', {
+ autoShow: true,
+ upid: response.result.data,
+ });
me.close();
},
});
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH manager] ui: qemu: show progress bar for resize task
2023-06-09 8:25 [pve-devel] [PATCH manager] ui: qemu: show progress bar for resize task Fiona Ebner
@ 2023-06-09 9:06 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-06-09 9:06 UTC (permalink / raw)
To: Proxmox VE development discussion, Fiona Ebner
On 09/06/2023 10:25, Fiona Ebner wrote:
> The API call was changed to spawn a task now.
>
> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
> ---
>
> Dependency bump for qemu-server needed.
>
> www/manager6/qemu/HDResize.js | 4 ++++
> 1 file changed, 4 insertions(+)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-09 9:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 8:25 [pve-devel] [PATCH manager] ui: qemu: show progress bar for resize task Fiona Ebner
2023-06-09 9:06 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal