From 5ea75751e5feb70acfef7439429caddbb263ee32 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Thu, 19 Apr 2018 16:07:10 -0500 Subject: 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 --- app/common/services/api-utils.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app') 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", -- cgit v1.2.3