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:
parent
d323a01f5e
commit
be8117210f
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user