Add undeploy xApp function 38/138/15
authorJun (Nicolas) Hu <jh245g@att.com>
Fri, 10 May 2019 18:31:49 +0000 (14:31 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Tue, 14 May 2019 17:56:45 +0000 (13:56 -0400)
commit3c6dec3133de760191c89a01884acc0614460699
treeabe90adbefce3d2cd8a05ad2d01359000fcfd7ac
parent60f422d33e1bab1f81b64cb832333f4d5d8501b5
Add undeploy xApp function

use icons to replace text
add shared confirm dialog
add shared notification

Change-Id: Icaa1cb3e41506b9d1132a91eae8beabf03afc6f6
Signed-off-by: Jun (Nicolas) Hu <jh245g@att.com>
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
18 files changed:
.gitignore
.gitreview
docs/release-notes.rst
webapp-frontend/src/app/app.module.ts
webapp-frontend/src/app/catalog/catalog.component.ts
webapp-frontend/src/app/control/control.component.css
webapp-frontend/src/app/control/control.component.html
webapp-frontend/src/app/control/control.component.ts
webapp-frontend/src/app/services/catalog/catalog.service.ts
webapp-frontend/src/app/services/control/control.service.ts
webapp-frontend/src/app/services/ui/confirm-dialog.service.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/services/ui/confirm-dialog.service.ts [new file with mode: 0644]
webapp-frontend/src/app/services/ui/notification.service.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/services/ui/notification.service.ts [new file with mode: 0644]
webapp-frontend/src/app/ui/confirm-dialog/confirm-dialog.component.html [moved from webapp-frontend/src/app/catalog/catalog.component.deploy-dialog.html with 55% similarity]
webapp-frontend/src/app/ui/confirm-dialog/confirm-dialog.component.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/ui/confirm-dialog/confirm-dialog.component.ts [new file with mode: 0644]
webapp-frontend/src/styles.scss