mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
fixing jshint errors
This commit is contained in:
parent
333adea673
commit
757e77e9a3
@ -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 });
|
||||
|
||||
@ -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"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user