commit | 9863d121ffe088c38538c7aef86b6773bbbee57a | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Wed Jul 11 13:36:43 2018 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Fri Jul 13 17:51:02 2018 +0000 |
tree | 910151585798c5963e803d4a0fe0704856defa50 | |
parent | a3f7532004bb817a8d051851d4b3a2c8385f65a7 [diff] |
Add TODO for openbmc/openbmc#3240 Change-Id: I2dcd3625cf72c774d84399e35d3c7be19f744d5c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/app/configuration/controllers/network-controller.js b/app/configuration/controllers/network-controller.js index d528e7a..26158ee 100644 --- a/app/configuration/controllers/network-controller.js +++ b/app/configuration/controllers/network-controller.js
@@ -179,7 +179,7 @@ function setNameservers() { // Nameservers does not allow an empty array, since we remove all empty - // strings above, could have an empty array. + // strings above, could have an empty array. TODO: openbmc/openbmc#3240 if ($scope.interface.Nameservers.length == 0) { $scope.interface.Nameservers.push(''); }