Home
last modified time | relevance | path

Searched refs:interface_ids (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-webui/app/configuration/controllers/
H A Dnetwork-controller.js290 if ($scope.network.interface_ids.length) {
294 $scope.selectedInterface = $scope.network.interface_ids[0];
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js285 interface_ids: [], property in AnonymousFunction1ea782bb2300.parseNetworkData.data
294 if (data.interface_ids.indexOf(interfaceId) == -1) {
295 data.interface_ids.push(interfaceId);