We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9402cc0 commit c408444Copy full SHA for c408444
1 file changed
src/components/systems/partials/ServicesActionsCell.tsx
@@ -24,7 +24,7 @@ const ServicesActionCell = ({
24
row.status !== "SYSTEMS.SERVICES.STATUS.NORMAL" ? (
25
<ButtonLikeAnchor
26
onClick={() => onClickRestart()}
27
- className={"sanitize"}
+ className={"action-cell-button"}
28
editAccessRole={"ROLE_UI_SERVICES_STATUS_EDIT"}
29
tooltipText={"SYSTEMS.SERVICES.TABLE.SANITIZE"}
30
>
0 commit comments