mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Removed Alert dependency.
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
* })
|
||||
*/
|
||||
|
||||
export default ['Alert', 'Rest', 'ProcessErrors', 'generateList',
|
||||
export default ['Rest', 'ProcessErrors', 'generateList',
|
||||
'SearchInit', 'PaginateInit', 'GetBasePath', 'FormatDate',
|
||||
'Empty', 'CreateDialog',
|
||||
function(Alert, Rest, ProcessErrors, GenerateList,
|
||||
function(Rest, ProcessErrors, GenerateList,
|
||||
SearchInit, PaginateInit, GetBasePath, FormatDate,
|
||||
Empty, CreateDialog) {
|
||||
return function(params) {
|
||||
|
||||
Reference in New Issue
Block a user