]> git.proxmox.com Git - pve-installer.git/commit
tui: views: add optional suffix label for `NumericEditView`s
authorChristoph Heiss <c.heiss@proxmox.com>
Tue, 31 Oct 2023 12:10:54 +0000 (13:10 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Nov 2023 14:47:29 +0000 (15:47 +0100)
commit801f5a283bee3553ae9a172e24948d5984fc211e
tree7a72d02afbc540d5624326d4fd12402f7867c017
parented2b90a412759f6f9f6c07a5a3a80be832415e87
tui: views: add optional suffix label for `NumericEditView`s

Most of the churn here is due to changing the inner view from an
`EditView` to a `LinearLayout`. Also prompted the introduction of two
small helpers .inner() and .inner_mut() to simplify things everywhere
else in the view.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
proxmox-tui-installer/src/views/mod.rs