From be8117210f289a9eff759362c1bde9db329faf87 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 7 Jun 2017 14:44:18 -0400 Subject: [PATCH] Put host name on scope so that it can be edited in the form --- awx/ui/client/src/inventories/hosts/edit/host-edit.controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/src/inventories/hosts/edit/host-edit.controller.js b/awx/ui/client/src/inventories/hosts/edit/host-edit.controller.js index f78af8095e..f467e8c62f 100644 --- a/awx/ui/client/src/inventories/hosts/edit/host-edit.controller.js +++ b/awx/ui/client/src/inventories/hosts/edit/host-edit.controller.js @@ -40,6 +40,7 @@ var init = function(){ $scope.host = host.data; $rootScope.breadcrumb.host_name = host.data.name; + $scope.name = host.data.name; $scope.description = host.data.description; $scope.variables = getVars(host.data.variables); ParseTypeChange({