mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user