mirror of
https://github.com/ansible/awx.git
synced 2026-07-28 16:39:56 -02:30
fix jshint error
This commit is contained in:
@@ -17,8 +17,8 @@ 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,
|
||||||
@@ -29,5 +29,5 @@ export
|
|||||||
JobTemplates,
|
JobTemplates,
|
||||||
JobVarsPrompt,
|
JobVarsPrompt,
|
||||||
LogViewerOptions,
|
LogViewerOptions,
|
||||||
LogViewerStatus,
|
LogViewerStatus
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user