diff options
author | Gunnar Mills <gmills@us.ibm.com> | 2019-05-23 11:41:18 -0500 |
---|---|---|
committer | Gunnar Mills <gmills@us.ibm.com> | 2019-05-23 11:56:03 -0500 |
commit | 8a111586bdae0eac6fa066ccf65b6053d3b34aa0 (patch) | |
tree | 7daefac864431582043ee48c08a2f7007f15e28c /app/common | |
parent | f75dc93f3a35707a34937bd4186c7c9908892f42 (diff) | |
download | phosphor-webui-8a111586bdae0eac6fa066ccf65b6053d3b34aa0.tar.gz phosphor-webui-8a111586bdae0eac6fa066ccf65b6053d3b34aa0.zip |
Remove unused chassis_state
Only display the server/host state on the GUI.
Tested: Searched the repo for 'chassis_state'.
Built an image, loaded on a Witherspoon, power
on/off, and verified correct host state.
Change-Id: Ibdefeef7744e08cd737410741a1402ccb9e69200
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/common')
-rw-r--r-- | app/common/services/dataService.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/common/services/dataService.js b/app/common/services/dataService.js index b0d359c..275d2f9 100644 --- a/app/common/services/dataService.js +++ b/app/common/services/dataService.js @@ -15,7 +15,6 @@ window.angular && (function(angular) { function(Constants) { this.server_health = Constants.SERVER_HEALTH.unknown; this.server_state = 'Unreachable'; - this.chassis_state = 'On'; this.LED_state = Constants.LED_STATE_TEXT.off; this.last_updated = new Date(); |