mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
fixing jshint errors
This commit is contained in:
@@ -320,7 +320,7 @@ export function InventoriesList($scope, $rootScope, $location, $log, $routeParam
|
|||||||
|
|
||||||
$scope.manageInventory = function(id){
|
$scope.manageInventory = function(id){
|
||||||
$location.path($location.path() + '/' + id + '/manage');
|
$location.path($location.path() + '/' + id + '/manage');
|
||||||
}
|
};
|
||||||
|
|
||||||
$scope.deleteInventory = function (id, name) {
|
$scope.deleteInventory = function (id, name) {
|
||||||
|
|
||||||
@@ -619,7 +619,7 @@ export function InventoriesEdit($scope, $rootScope, $compile, $location, $log, $
|
|||||||
|
|
||||||
$scope.manageInventory = function(){
|
$scope.manageInventory = function(){
|
||||||
$location.path($location.path() + '/manage');
|
$location.path($location.path() + '/manage');
|
||||||
}
|
};
|
||||||
|
|
||||||
$scope.showActivity = function () {
|
$scope.showActivity = function () {
|
||||||
Stream({ scope: $scope });
|
Stream({ scope: $scope });
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ export default
|
|||||||
key: true,
|
key: true,
|
||||||
label: 'Hosts',
|
label: 'Hosts',
|
||||||
ngClick: "editHost(host.id)",
|
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 }}",
|
dataHostId: "{{ host.id }}",
|
||||||
dataType: "host"
|
dataType: "host"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user