mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02: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:
@@ -40,6 +40,7 @@
|
|||||||
var init = function(){
|
var init = function(){
|
||||||
$scope.host = host.data;
|
$scope.host = host.data;
|
||||||
$rootScope.breadcrumb.host_name = host.data.name;
|
$rootScope.breadcrumb.host_name = host.data.name;
|
||||||
|
$scope.name = host.data.name;
|
||||||
$scope.description = host.data.description;
|
$scope.description = host.data.description;
|
||||||
$scope.variables = getVars(host.data.variables);
|
$scope.variables = getVars(host.data.variables);
|
||||||
ParseTypeChange({
|
ParseTypeChange({
|
||||||
|
|||||||
Reference in New Issue
Block a user