AppManager: improve installation status page

* Status is refreshed in the background
* Render release item infos instead of internal names

Change-Id: I63a6082656e4e6772a4b5c734c5dd5c23141f70b
diff --git a/core/installer/values-tmpl/dodo-app.cue b/core/installer/values-tmpl/dodo-app.cue
index db8989d..a03566b 100644
--- a/core/installer/values-tmpl/dodo-app.cue
+++ b/core/installer/values-tmpl/dodo-app.cue
@@ -65,6 +65,7 @@
 helm: {
 	softserve: {
 		chart: charts.softserve
+		info: "Installing Git server"
 		values: {
 			serviceType: "ClusterIP"
 			addressPool: ""
@@ -84,6 +85,7 @@
 	}
 	"dodo-app": {
 		chart: charts.dodoApp
+		info: "Installing supervisor"
 		values: {
 			image: {
 				repository: images.dodoApp.fullName