UI changes and fixes based on QA feedback
Change-Id: I13bae30e86330a8831d35f1d8a2f7da821324e37
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/services/dataService.js b/app/common/services/dataService.js
index 4cb72c5..6863621 100644
--- a/app/common/services/dataService.js
+++ b/app/common/services/dataService.js
@@ -14,7 +14,7 @@
angular
.module('app.common.services')
.service('dataService', ['Constants', function (Constants) {
- this.app_version = "openBMC V.0.0.1";
+ this.app_version = "V.0.0.1";
this.server_health = 'Error';
this.server_state = 'Unreachable';
this.server_status = -2;