From 5aa6f522924cf3c5b3b96967526c6b84896e31d8 Mon Sep 17 00:00:00 2001 From: "Jonathan Leibiusky @xetorthio" Date: Thu, 17 Nov 2016 17:36:59 -0300 Subject: [PATCH] Also update hostname of new instances --- www/assets/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/assets/app.js b/www/assets/app.js index 8592672..a7a27dd 100644 --- a/www/assets/app.js +++ b/www/assets/app.js @@ -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];