mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Merge pull request #6497 from mabashian/6495-host-edit-name
Put host name on scope so that it can be edited in the form
This commit is contained in:
commit
ff62e6b786
@ -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…
x
Reference in New Issue
Block a user