Button Styling changes (#2952)
This commit is contained in:
parent
43104b0c9e
commit
d20354e7ac
2 changed files with 3 additions and 3 deletions
|
@ -502,7 +502,7 @@ export default function NewClientPolicyForm() {
|
|||
</Button>
|
||||
<Button
|
||||
id="cancelCreatePolicy"
|
||||
variant="secondary"
|
||||
variant="link"
|
||||
onClick={() =>
|
||||
showAddConditionsAndProfilesForm || policyName
|
||||
? reset()
|
||||
|
@ -516,7 +516,7 @@ export default function NewClientPolicyForm() {
|
|||
data-testid="cancelCreatePolicy"
|
||||
>
|
||||
{showAddConditionsAndProfilesForm
|
||||
? t("common:revert")
|
||||
? t("common:reload")
|
||||
: t("common:cancel")}
|
||||
</Button>
|
||||
</ActionGroup>
|
||||
|
|
|
@ -302,7 +302,7 @@ export const PoliciesTab = () => {
|
|||
{t("save")}
|
||||
</Button>
|
||||
<Button
|
||||
variant={ButtonVariant.secondary}
|
||||
variant={ButtonVariant.link}
|
||||
data-testid="jsonEditor-reloadBtn"
|
||||
onClick={() => {
|
||||
setCode(prettyPrintJSON(tablePolicies));
|
||||
|
|
Loading…
Reference in a new issue