diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-05-15 12:46:59 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-05-17 01:32:48 +0000 |
| commit | 844dace6a578c1b28c74874ec4797f9008cd1dfd (patch) | |
| tree | 3084f4f18026002f7ef05d3cae5bdd5dfbd1ebde /app/common/services | |
| parent | 18f726655f70addbcc5bfda7b9fddb8d066db018 (diff) | |
| download | phosphor-webui-844dace6a578c1b28c74874ec4797f9008cd1dfd.tar.gz phosphor-webui-844dace6a578c1b28c74874ec4797f9008cd1dfd.zip | |
Remove Web UI version
No reason to manage a version number separately from the overall
project. Remove the version and rename the element.
Based on feedback on https://gerrit.openbmc-project.xyz/#/c/10364/.
Change-Id: I055445db8bdda36dc408c057132e6e69b8935a6b
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/common/services')
| -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 c2131fe..d39e757 100644 --- a/app/common/services/dataService.js +++ b/app/common/services/dataService.js @@ -13,7 +13,6 @@ window.angular && (function (angular) { angular .module('app.common.services') .service('dataService', ['Constants', function (Constants) { - this.app_version = "V.0.0.1"; this.server_health = Constants.SERVER_HEALTH.unknown; this.server_state = 'Unreachable'; this.server_status = -2; |

