mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Removed Alert dependency.
This commit is contained in:
parent
3d858b68cd
commit
f8fe6d9ae4
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user