changed Quiesced term to Standby based on feedback
Change-Id: I8f02249ccdfd0eaddc6c7e566335b706b9542959
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 7ffbd82..6418c32 100644
--- a/app/common/services/constants.js
+++ b/app/common/services/constants.js
@@ -20,7 +20,7 @@
password: "testpass",
},
API_CREDENTIALS: {
- host: 'https://9.3.181.64',
+ host: 'https://9.3.185.161',
mock_host: 'http://localhost:3000'
},
API_RESPONSE: {
@@ -36,7 +36,7 @@
HOST_STATE_TEXT: {
on: 'Running',
off: 'Off',
- booting: 'Quiesced',
+ booting: 'Standby',
unreachable: 'Unreachable'
},
HOST_STATE: {
@@ -103,4 +103,4 @@
};
});
-})(window.angular);
\ No newline at end of file
+})(window.angular);