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