1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

Put host name on scope so that it can be edited in the form

This commit is contained in:
Michael Abashian 2017-06-07 14:44:18 -04:00
parent d323a01f5e
commit be8117210f

View File

@ -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({