Home
last modified time | relevance | path

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

/openbmc/phosphor-webui/app/common/services/
H A DnbdServerService.js18 this.addConnection = function(index, nbdServer, file) { argument
19 this.nbdServerMap[index] = {'server': nbdServer, 'file': file};
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js40 $scope.devices[index].nbdServer = server;
46 var server = $scope.devices[index].nbdServer;
64 vmDevice.nbdServer = existingConnectionsMap[vmDevice.id].server;