diff options
author | andre.schmid <andre.schmid@est.tech> | 2022-04-11 15:58:59 +0100 |
---|---|---|
committer | andre.schmid <andre.schmid@est.tech> | 2022-04-11 16:37:09 +0100 |
commit | 8164e4d316b3d4ffdd0ba2aa599bbc0f9b454598 (patch) | |
tree | c191a0dcd4db8d78370ee2617ab9c7e9637e2c7c /openecomp-ui/src/sdc-app/onboarding/versionsPage/VersionsPage.jsx | |
parent | 10999e8145661c2a27a9e9c1876ee4dc915e2b80 (diff) |
Add delete button for archived VLM
Adds a delete button for archived VLM in the VLM versions page.
Asks for a confirmation before deleting.
As VSP and VLM shares the same button, adds also a confirmation
before deleting the VSP.
Change-Id: I90af23cf3cff15d85292c895fdba7021aaa9649a
Issue-ID: SDC-3964
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-ui/src/sdc-app/onboarding/versionsPage/VersionsPage.jsx')
-rw-r--r-- | openecomp-ui/src/sdc-app/onboarding/versionsPage/VersionsPage.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openecomp-ui/src/sdc-app/onboarding/versionsPage/VersionsPage.jsx b/openecomp-ui/src/sdc-app/onboarding/versionsPage/VersionsPage.jsx index 95c7530063..e5bff51e9f 100644 --- a/openecomp-ui/src/sdc-app/onboarding/versionsPage/VersionsPage.jsx +++ b/openecomp-ui/src/sdc-app/onboarding/versionsPage/VersionsPage.jsx @@ -28,7 +28,6 @@ const ArchiveRestoreButton = ({ deleteAction }) => ( <div className="deprecate-btn-wrapper"> - , {isArchived ? ( <div> <Button |