diff options
| -rw-r--r-- | app/common/services/api-utils.js | 3 |
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", |

