Admin destructive actions use browser-native confirm() instead of Bootstrap modal #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In
crates/hero_tfgrid_deployer_admin/templates/user_detail.html, the Regenerate password / Destroy VM / Delete user forms use a<form onsubmit="return confirm(...)">pattern. Renders as the browser-native modal that says "hcockpit.gent01.qa.grid.tf says…", which:Fix shape: replace with a Bootstrap modal (or inline reveal) per the
hero_ui_dashboard_admindesign conventions. Pattern is already used elsewhere in Hero admin UIs.Surfaces affected on this template:
Surfaced during s169 e2e admin walk (home#238).
Fixed by squash-merge
c649d76ondevelopment. Destroy / Regenerate / Delete buttons on user_detail.html now open Bootstrap modal dialogs. Live verification queued for s170 redeploy.