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>
|
||||||
<Button
|
<Button
|
||||||
id="cancelCreatePolicy"
|
id="cancelCreatePolicy"
|
||||||
variant="secondary"
|
variant="link"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
showAddConditionsAndProfilesForm || policyName
|
showAddConditionsAndProfilesForm || policyName
|
||||||
? reset()
|
? reset()
|
||||||
|
@ -516,7 +516,7 @@ export default function NewClientPolicyForm() {
|
||||||
data-testid="cancelCreatePolicy"
|
data-testid="cancelCreatePolicy"
|
||||||
>
|
>
|
||||||
{showAddConditionsAndProfilesForm
|
{showAddConditionsAndProfilesForm
|
||||||
? t("common:revert")
|
? t("common:reload")
|
||||||
: t("common:cancel")}
|
: t("common:cancel")}
|
||||||
</Button>
|
</Button>
|
||||||
</ActionGroup>
|
</ActionGroup>
|
||||||
|
|
|
@ -302,7 +302,7 @@ export const PoliciesTab = () => {
|
||||||
{t("save")}
|
{t("save")}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant={ButtonVariant.secondary}
|
variant={ButtonVariant.link}
|
||||||
data-testid="jsonEditor-reloadBtn"
|
data-testid="jsonEditor-reloadBtn"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setCode(prettyPrintJSON(tablePolicies));
|
setCode(prettyPrintJSON(tablePolicies));
|
||||||
|
|
Loading…
Reference in a new issue