1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-04 01:17:49 +08:00

Also update hostname of new instances

This commit is contained in:
Jonathan Leibiusky @xetorthio
2016-11-17 17:36:59 -03:00
parent 0f3c3c254a
commit 5aa6f52292

View File

@@ -46,6 +46,7 @@
$scope.idx[i.name] = i;
} else {
$scope.idx[i.name].ip = i.ip;
$scope.idx[i.name].hostname = i.hostname;
}
return $scope.idx[i.name];