extended disabled status indicator to use "off" icon

Change-Id: If46c5dfa5656948747cbf4f2faacab9244f8e40c
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 f5f4c61..5a95e64 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;