mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 13:55:04 -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',
|
'SearchInit', 'PaginateInit', 'GetBasePath', 'FormatDate',
|
||||||
'Empty', 'CreateDialog',
|
'Empty', 'CreateDialog',
|
||||||
function(Alert, Rest, ProcessErrors, GenerateList,
|
function(Rest, ProcessErrors, GenerateList,
|
||||||
SearchInit, PaginateInit, GetBasePath, FormatDate,
|
SearchInit, PaginateInit, GetBasePath, FormatDate,
|
||||||
Empty, CreateDialog) {
|
Empty, CreateDialog) {
|
||||||
return function(params) {
|
return function(params) {
|
||||||
|
|||||||
Reference in New Issue
Block a user