created remote console page
TODO: Remove HTERM.
Change-Id: I72026e5ea64c9fba3089b68dfd2b8198255dabb8
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..f5f4c61 100644
--- a/app/common/services/dataService.js
+++ b/app/common/services/dataService.js
@@ -19,8 +19,12 @@
this.server_state = 'Unreachable';
this.server_status = -2;
this.chassis_state = 'On';
+<<<<<<< HEAD
this.LED_state = Constants.LED_STATE_TEXT.off;
this.server_id = Constants.API_CREDENTIALS.host.replace(/[^\d]+/m,"");
+=======
+ this.server_id = "Server 9.3.164.147";
+>>>>>>> 4c1a3dd... Major update to code structure
this.last_updated = new Date();
this.loading = false;
@@ -29,7 +33,10 @@
this.showNavigation = false;
this.bodyStyle = {};
this.path = '';
+<<<<<<< HEAD
this.sensorData = [];
+=======
+>>>>>>> 4c1a3dd... Major update to code structure
this.setPowerOnState = function(){
this.server_state = Constants.HOST_STATE_TEXT.on;