diff --git a/awx/ui/static/js/controllers/Inventories.js b/awx/ui/static/js/controllers/Inventories.js index 7d90a8001e..260230e925 100644 --- a/awx/ui/static/js/controllers/Inventories.js +++ b/awx/ui/static/js/controllers/Inventories.js @@ -320,7 +320,7 @@ export function InventoriesList($scope, $rootScope, $location, $log, $routeParam $scope.manageInventory = function(id){ $location.path($location.path() + '/' + id + '/manage'); - } + }; $scope.deleteInventory = function (id, name) { @@ -619,7 +619,7 @@ export function InventoriesEdit($scope, $rootScope, $compile, $location, $log, $ $scope.manageInventory = function(){ $location.path($location.path() + '/manage'); - } + }; $scope.showActivity = function () { Stream({ scope: $scope }); diff --git a/awx/ui/static/js/lists/InventoryHosts.js b/awx/ui/static/js/lists/InventoryHosts.js index 513fc0c6e4..a0a6c080ab 100644 --- a/awx/ui/static/js/lists/InventoryHosts.js +++ b/awx/ui/static/js/lists/InventoryHosts.js @@ -29,7 +29,7 @@ export default key: true, label: 'Hosts', ngClick: "editHost(host.id)", - columnClass: 'col-lg-6 col-md-9 col-sm-9 col-xs-7',git + columnClass: 'col-lg-6 col-md-9 col-sm-9 col-xs-7', dataHostId: "{{ host.id }}", dataType: "host" },