all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH installer] tui: Add a cancel button to Advanced bootdisk options
@ 2023-06-21  9:16 Maximiliano Sandoval
  2023-06-21 10:32 ` Christoph Heiss
  2023-06-21 10:40 ` Thomas Lamprecht
  0 siblings, 2 replies; 4+ messages in thread
From: Maximiliano Sandoval @ 2023-06-21  9:16 UTC (permalink / raw)
  To: pve-devel

This matches the GUI installer which counts with a close (x) button.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 proxmox-tui-installer/src/views/bootdisk.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proxmox-tui-installer/src/views/bootdisk.rs b/proxmox-tui-installer/src/views/bootdisk.rs
index 3fdbe5b..eaf343d 100644
--- a/proxmox-tui-installer/src/views/bootdisk.rs
+++ b/proxmox-tui-installer/src/views/bootdisk.rs
@@ -456,6 +456,7 @@ fn advanced_options_view(disks: &[Disk], options: Rc<RefCell<BootdiskOptions>>)
         &(*options).borrow(),
     ))
     .title("Advanced bootdisk options")
+    .dismiss_button("Cancel")
     .button("Ok", {
         let options_ref = options.clone();
         move |siv| {
-- 
2.39.2





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-21 11:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21  9:16 [pve-devel] [PATCH installer] tui: Add a cancel button to Advanced bootdisk options Maximiliano Sandoval
2023-06-21 10:32 ` Christoph Heiss
2023-06-21 10:40 ` Thomas Lamprecht
2023-06-21 11:21   ` Maximiliano Sandoval

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