summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-19 16:07:10 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-23 13:22:17 +0000
commit5ea75751e5feb70acfef7439429caddbb263ee32 (patch)
treeb780d3d9689ebea730666fc4957d7cbd2fc946b3 /app
parent7a3928da6aecfa20d6676150d978bca8eba62ab5 (diff)
downloadphosphor-webui-5ea75751e5feb70acfef7439429caddbb263ee32.tar.gz
phosphor-webui-5ea75751e5feb70acfef7439429caddbb263ee32.zip
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>
Diffstat (limited to 'app')
-rw-r--r--app/common/services/api-utils.js3
1 files changed, 3 insertions, 0 deletions
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 @@ window.angular && (function (angular) {
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",
OpenPOWER on IntegriCloud