]> git.proxmox.com Git - pve-installer.git/commit
tui: move install progress dialog into own view module
authorChristoph Heiss <c.heiss@proxmox.com>
Fri, 10 Nov 2023 14:17:19 +0000 (15:17 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 11 Nov 2023 13:08:41 +0000 (14:08 +0100)
commitdba905bfa5a80c752f7b98eded5120f97c8e6979
tree91841a483779e7b695149d2ba6f205bc34613ef7
parenteda9fa0c6c551aa77f0afceeaeba0d18b96783c9
tui: move install progress dialog into own view module

While at it, convert it to a proper `View`-impl, instead of a functional
component.

No functional changes.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
proxmox-tui-installer/src/main.rs
proxmox-tui-installer/src/views/install_progress.rs [new file with mode: 0644]
proxmox-tui-installer/src/views/mod.rs