mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
This commit is contained in:
parent
88a8810815
commit
7167fd7c6b
@ -30,7 +30,7 @@ export default {
|
||||
$('body').removeClass('modal-open');
|
||||
},
|
||||
views: {
|
||||
'list@': {
|
||||
'@': {
|
||||
controller: 'activityStreamController',
|
||||
templateProvider: function(StreamList, generateList) {
|
||||
let html = generateList.build({
|
||||
|
||||
@ -32,10 +32,10 @@ export default {
|
||||
}
|
||||
},
|
||||
views: {
|
||||
'list@': {
|
||||
'@': {
|
||||
templateUrl: templateUrl('portal-mode/portal-mode-layout'),
|
||||
controller: ['$scope', '$rootScope', '$state', '$stateParams', 'GetBasePath', 'QuerySet', 'jobsDataset',
|
||||
function($scope, $rootScope, $state, $stateParams, GetBasePath, qs, Dataset) {
|
||||
controller: ['$scope', '$rootScope', '$state', '$stateParams', 'GetBasePath', 'QuerySet',
|
||||
function($scope, $rootScope, $state, $stateParams, GetBasePath, qs) {
|
||||
let path;
|
||||
init();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user