diff options
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-04-17 11:32:22 +0300 |
---|---|---|
committer | Einav Keidar <einavw@amdocs.com> | 2018-04-17 09:07:36 +0000 |
commit | 04783c44c22de7ef4abe183c5f19b4136305e5f8 (patch) | |
tree | c952ad9e4b39b3ed55348bbe80574c8ddd102130 /openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseKeyGroups/LicenseKeyGroupsEditorView.jsx | |
parent | 60969e02c6c8a78d8ffe9e597727c552c8be4e64 (diff) |
sdc-ui buttons fix
Issue-ID: SDC-1237
Change-Id: I4912c7f9e81849ff68a4a5d432bf844f97cf031e
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseKeyGroups/LicenseKeyGroupsEditorView.jsx')
-rw-r--r-- | openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseKeyGroups/LicenseKeyGroupsEditorView.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseKeyGroups/LicenseKeyGroupsEditorView.jsx b/openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseKeyGroups/LicenseKeyGroupsEditorView.jsx index a820f28dfd..b53ce8f0a9 100644 --- a/openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseKeyGroups/LicenseKeyGroupsEditorView.jsx +++ b/openecomp-ui/src/sdc-app/onboarding/licenseModel/licenseKeyGroups/LicenseKeyGroupsEditorView.jsx @@ -445,7 +445,7 @@ class LicenseKeyGroupsEditorView extends React.Component { <GridSection className="license-model-modal-buttons license-key-group-editor-buttons"> {!this.state.selectedLimit && ( <Button - btnType="default" + btnType="primary" disabled={!this.props.isFormValid || isReadOnlyMode} onClick={() => this.submit()} type="reset"> @@ -454,7 +454,7 @@ class LicenseKeyGroupsEditorView extends React.Component { )} <Button btnType={ - this.state.selectedLimit ? 'default' : 'outline' + this.state.selectedLimit ? 'primary' : 'secondary' } onClick={() => this.props.onCancel()} type="reset"> |