]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
TaskProgress: show text instead of percentage
authorAaron Lauterer <a.lauterer@proxmox.com>
Fri, 22 Jul 2022 12:15:24 +0000 (14:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Nov 2022 13:57:16 +0000 (14:57 +0100)
commitd17aa32eb48bfee80a1ac53c2124fd2a77bed1d1
treed42a0251f56ccf1de2049fb34ff4cbd489d7615d
parent8df4bd63d7354be3a36216b63db2e290dd493b68
TaskProgress: show text instead of percentage

The text needs to be defined in the wait() call as otherwise the
Ext.Progressbar will show a percentage that is not correct anyway but
just reflects where the animated progress bar itself is.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
src/window/TaskViewer.js