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/zot.cue b/core/installer/values-tmpl/zot.cue
index f83c671..0c63c76 100644
--- a/core/installer/values-tmpl/zot.cue
+++ b/core/installer/values-tmpl/zot.cue
@@ -67,6 +67,7 @@
 helm: {
 	zot: {
 		chart: charts.zot
+		info: "Installing Zot server"
 		values: {
 			image: {
 				repository: images.zot.fullName
@@ -106,6 +107,7 @@
 	}
 	volume: {
 		chart: charts.volume
+		info: "Creating disk"
 		values: volumes.zot
 	}
 }