power-operations: add indeterminate status bar

Change-Id: I400aa855e4e9dd6b00f665083a7ba0fa4843825d
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/src/js/services.js b/src/js/services.js
index d37dc7f..db44ae9 100644
--- a/src/js/services.js
+++ b/src/js/services.js
@@ -12,7 +12,7 @@
  .module('app.services', [])
  .service('dataService', function(){
     this.app_version = "openBMC V.0.0.1";
-    this.server_health = 'Error';
+    this.server_health = 'Good';
     this.server_state = 'On';
     this.chassis_state = 'On';
     this.server_id = "Server BLZ_109284.209.01";