mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Job detail page re-refactor
First pass at job host events dialog
This commit is contained in:
parent
74834abc00
commit
73edea6786
@ -100,10 +100,10 @@ angular.module('Tower', [
|
||||
'LogViewerHelper',
|
||||
'LogViewerOptionsDefinition',
|
||||
'EventViewerHelper',
|
||||
'HostEventsViewerHelper',
|
||||
'JobDetailHelper',
|
||||
'SocketIO',
|
||||
'lrInfiniteScroll',
|
||||
'HostEventsViewer'
|
||||
'lrInfiniteScroll'
|
||||
])
|
||||
|
||||
.constant('AngularScheduler.partials', $basePath + 'lib/angular-scheduler/lib/')
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
|
||||
angular.module('HostEventsViewerHelper', ['ModalDialog', 'Utilities'])
|
||||
|
||||
.factory('HostEventsViewer', ['$compile', 'CreateDialog', 'GetEvent', 'Wait', 'GetBasePath', 'LookUpName', 'Empty', 'GetEvents',
|
||||
function($compile, CreateDialog, GetEvent, Wait, GetBasePath, LookUpName, Empty, GetEvents) {
|
||||
.factory('HostEventsViewer', ['$compile', 'CreateDialog', 'Wait', 'GetBasePath', 'Empty', 'GetEvents',
|
||||
function($compile, CreateDialog, Wait, GetBasePath, Empty, GetEvents) {
|
||||
return function(params) {
|
||||
var parent_scope = params.scope,
|
||||
url = params.url,
|
||||
@ -80,4 +80,4 @@ angular.module('HostEventsViewerHelper', ['ModalDialog', 'Utilities'])
|
||||
msg: 'Failed to get events ' + url + '. GET returned: ' + status });
|
||||
});
|
||||
};
|
||||
}]);
|
||||
}]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user