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/constants.js b/app/common/services/constants.js
index a610ba9..0db039f 100644
--- a/app/common/services/constants.js
+++ b/app/common/services/constants.js
@@ -20,8 +20,12 @@
password: "testpass",
},
API_CREDENTIALS: {
+<<<<<<< HEAD
host: 'https://9.3.181.15',
mock_host: 'http://localhost:3000'
+=======
+ host: 'https://9.3.164.147'
+>>>>>>> 4c1a3dd... Major update to code structure
},
API_RESPONSE: {
ERROR_STATUS: 'error',
@@ -44,6 +48,7 @@
off: -1,
booting: 0,
unreachable: -2
+<<<<<<< HEAD
},
LED_STATE: {
on: true,
@@ -78,8 +83,14 @@
'xyz.openbmc_project.Sensor.Value.Unit.Watts': 'watts',
'xyz.openbmc_project.Sensor.Value.Unit.Amperes': 'amperes',
'xyz.openbmc_project.Sensor.Value.Unit.Joules': 'joules'
+=======
+>>>>>>> 4c1a3dd... Major update to code structure
}
};
});
+<<<<<<< HEAD
})(window.angular);
+=======
+})(window.angular);
+>>>>>>> 4c1a3dd... Major update to code structure