public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH datacenter-manager] ui: auto-installer: mark regenerating auto installer tokens as dangerous
@ 2026-05-28  9:26 Shannon Sterz
  2026-05-28  9:44 ` applied: " Lukas Wagner
  2026-05-28  9:54 ` Thomas Lamprecht
  0 siblings, 2 replies; 6+ messages in thread
From: Shannon Sterz @ 2026-05-28  9:26 UTC (permalink / raw)
  To: pdm-devel

Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
 ui/src/remotes/auto_installer/token_panel.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/remotes/auto_installer/token_panel.rs b/ui/src/remotes/auto_installer/token_panel.rs
index 3732ffe..0ee5afc 100644
--- a/ui/src/remotes/auto_installer/token_panel.rs
+++ b/ui/src/remotes/auto_installer/token_panel.rs
@@ -218,6 +218,7 @@ impl LoadableComponent for AuthTokenPanelComponent {
                         All existing ISOs with this token will lose access!"
                     ))
                     .disabled(self.selection.is_empty())
+                    .dangerous(true)
                     .on_activate(link.callback(|_| Message::RegenerateSecret)),
             )
             .with_flex_spacer()
-- 
2.47.3





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

end of thread, other threads:[~2026-05-28 10:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28  9:26 [PATCH datacenter-manager] ui: auto-installer: mark regenerating auto installer tokens as dangerous Shannon Sterz
2026-05-28  9:44 ` applied: " Lukas Wagner
2026-05-28  9:54 ` Thomas Lamprecht
2026-05-28 10:02   ` Lukas Wagner
2026-05-28 10:26     ` Thomas Lamprecht
2026-05-28 10:04   ` Shannon Sterz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal