commit | 5ea75751e5feb70acfef7439429caddbb263ee32 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu Apr 19 16:07:10 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Mon Apr 23 13:22:17 2018 +0000 |
tree | b780d3d9689ebea730666fc4957d7cbd2fc946b3 | |
parent | 7a3928da6aecfa20d6676150d978bca8eba62ab5 [diff] |
Add TODO for issue 3117 Added a TODO for openbmc/openbmc#3117. This should have been part of https://gerrit.openbmc-project.xyz/#/c/10125/. Change-Id: I5005cad090ee63da962bc6c656bc631f48b62755 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/common/services/api-utils.js b/app/common/services/api-utils.js index 25cbec9..d43dbdb 100644 --- a/app/common/services/api-utils.js +++ b/app/common/services/api-utils.js
@@ -883,6 +883,9 @@ return deferred.promise; }, getServerInfo: function(){ + // TODO: openbmc/openbmc#3117 Need a way via REST to get + // interfaces so we can get the system object(s) by the looking + // for the system interface. return $http({ method: 'GET', url: DataService.getHost() + "/xyz/openbmc_project/inventory/system",