Rework the status

Add status data when we load a loop + rework the look and feel of status
DIV

Issue-ID: CLAMP-429
Change-Id: Ibeb58e2653d603f29a0b71023d8afd49cf89aba1
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/ui-react/src/api/LoopCache.js b/ui-react/src/api/LoopCache.js
index b854c7c..3ee5acc 100644
--- a/ui-react/src/api/LoopCache.js
+++ b/ui-react/src/api/LoopCache.js
@@ -106,6 +106,10 @@
 		return this.loopJsonCache.loopLogs;
 	}
 
+	getComputedState() {
+		return this.loopJsonCache.lastComputedState;
+	}
+
 	getComponentStates() {
 		return this.loopJsonCache.components;
 	}