diff --git a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Shared/Raw/RawConfirmDialog.razor b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Shared/Raw/RawConfirmDialog.razor new file mode 100644 index 00000000..2d8ccda4 --- /dev/null +++ b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Components/Shared/Raw/RawConfirmDialog.razor @@ -0,0 +1,73 @@ +@* Reusable confirm dialog for the /raw destructive operations (delete folder / driver / device / + tag-group / tag). Raises OnConfirm when the operator confirms; the caller runs the delete service + call and surfaces any UnsMutationResult.Error (a blocked delete names its blocker) via a follow-up + message. Markup mirrors the other /raw modal shells. *@ + +@if (Visible) +{ +
+