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",