mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
This commit is contained in:
parent
6fa10deb8a
commit
28f693b7bd
@ -363,8 +363,9 @@ input[type='radio']:checked:before {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.Form-button{
|
||||
margin-left: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.Form-buttonDefault {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*************************************************
|
||||
* Copyright (c) 2015 Ansible, Inc.
|
||||
* Copyright (c) 2016 Ansible, Inc.
|
||||
*
|
||||
* All Rights Reserved
|
||||
*************************************************/
|
||||
|
||||
@ -860,7 +860,6 @@ export function InventoriesManage ($log, $scope, $rootScope, $location,
|
||||
}
|
||||
$rootScope.hostPatterns = host_patterns;
|
||||
$state.go('inventoryManage.adhoc');
|
||||
//$location.path('/inventories/' + $scope.inventory.id + '/adhoc');
|
||||
};
|
||||
|
||||
$scope.refreshHostsOnGroupRefresh = false;
|
||||
|
||||
@ -55,6 +55,7 @@ describe("adhoc.controller", function() {
|
||||
$provide.value('Wait', waitCallback);
|
||||
$provide.value('$stateExtender', stateExtenderCallback);
|
||||
$provide.value('$stateParams', angular.noop);
|
||||
$provide.value('$state', angular.noop);
|
||||
}]));
|
||||
|
||||
beforeEach("put $q in scope", window.inject(['$q', function($q) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user