mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
fix jshint error
This commit is contained in:
@@ -17,17 +17,17 @@ import JobVarsPrompt from "./forms/JobVarsPrompt";
|
|||||||
import LogViewerOptions from "./forms/LogViewerOptions";
|
import LogViewerOptions from "./forms/LogViewerOptions";
|
||||||
import LogViewerStatus from "./forms/LogViewerStatus";
|
import LogViewerStatus from "./forms/LogViewerStatus";
|
||||||
|
|
||||||
export
|
export {
|
||||||
{ EventsViewer,
|
EventsViewer,
|
||||||
Groups,
|
Groups,
|
||||||
HostGroups,
|
HostGroups,
|
||||||
Hosts,
|
Hosts,
|
||||||
Inventories,
|
Inventories,
|
||||||
InventoryStatus,
|
InventoryStatus,
|
||||||
JobEventData,
|
JobEventData,
|
||||||
JobSummary,
|
JobSummary,
|
||||||
JobTemplates,
|
JobTemplates,
|
||||||
JobVarsPrompt,
|
JobVarsPrompt,
|
||||||
LogViewerOptions,
|
LogViewerOptions,
|
||||||
LogViewerStatus,
|
LogViewerStatus
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user