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:
Michael Abashian 2017-06-08 09:13:33 -04:00 committed by GitHub
commit ff62e6b786

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