Lines Matching full:push
41 $scope.interface.Nameservers.push('');
49 $scope.interface.ipv4.values.push(
57 $scope.ipv4sToDelete.push($scope.interface.ipv4.values[index]);
71 promises.push(setMACAddress());
74 promises.push(setDefaultGateway());
77 promises.push(setHostname());
80 promises.push(setDHCPEnabled());
91 promises.push(setNameservers());
97 promises.push(removeIPV4s());
133 promises.push(updateIPV4(i));
135 promises.push(addIPV4(i));