Repair deploy-app function on catalog page 22/422/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 27 Jun 2019 13:12:53 +0000 (09:12 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 27 Jun 2019 13:44:43 +0000 (09:44 -0400)
commit2d98ad2e9f8a0d40bc2b3e3e1fe8b5f32ab97b66
tree9d5d8136bac0627473b55b37749957662ac7dbef
parent8d590e9e52984c2fd4ea4da2a015cdf0cf88b7d2
Repair deploy-app function on catalog page

Rework the App Manager data type (interface) to have
required 'name' field and use that field when deploying
an application from the FE.
Detect error and show notification with message.
Change catalog table action icon from text to cloud.

Change-Id: I534f12cfe32f1062fa6a2e2cab29c3a9e3e319ef
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Issue-Id: RICPLT-1574
docs/release-notes.rst
webapp-frontend/src/app/app.module.ts
webapp-frontend/src/app/catalog/catalog.component.html
webapp-frontend/src/app/catalog/catalog.component.ts
webapp-frontend/src/app/control/control.component.css
webapp-frontend/src/app/interfaces/app-mgr.types.ts
webapp-frontend/src/app/services/app-mgr/app-mgr.service.ts