mirror of
https://github.com/ansible/awx.git
synced 2026-01-28 23:04:41 -03:30
Adding the Copyright and All Rights Reserved to the JS files, as well as removing pwdmeter and 3dDonut chart (in lieu of d3.js donut chart) adding the legend and getting pie chart to donut adding data labels to donut chart working legend and tooltip job detail donut Ansible Copyright added to beginning of all JS files removing pwdmeter and d3donut fixing merge conflicts
67 lines
2.1 KiB
JavaScript
67 lines
2.1 KiB
JavaScript
/*************************************************
|
|
* Copyright (c) 2015 Ansible, Inc.
|
|
*
|
|
* All Rights Reserved
|
|
*************************************************/
|
|
|
|
import ActivityDetail from "tower/forms/ActivityDetail";
|
|
import Credentials from "tower/forms/Credentials";
|
|
import Adhoc from "tower/forms/Adhoc";
|
|
import CustomInventory from "tower/forms/CustomInventory";
|
|
import EventsViewer from "tower/forms/EventsViewer";
|
|
import Groups from "tower/forms/Groups";
|
|
import HostGroups from "tower/forms/HostGroups";
|
|
import Hosts from "tower/forms/Hosts";
|
|
import Inventories from "tower/forms/Inventories";
|
|
import InventoryStatus from "tower/forms/InventoryStatus";
|
|
import JobEventData from "tower/forms/JobEventData";
|
|
import JobSummary from "tower/forms/JobSummary";
|
|
import JobTemplates from "tower/forms/JobTemplates";
|
|
import JobVarsPrompt from "tower/forms/JobVarsPrompt";
|
|
import Jobs from "tower/forms/Jobs";
|
|
import LicenseForm from "tower/forms/LicenseForm";
|
|
import LicenseUpdate from "tower/forms/LicenseUpdate";
|
|
import LogViewerOptions from "tower/forms/LogViewerOptions";
|
|
import LogViewerStatus from "tower/forms/LogViewerStatus";
|
|
import Organizations from "tower/forms/Organizations";
|
|
import Permissions from "tower/forms/Permissions";
|
|
import ProjectStatus from "tower/forms/ProjectStatus";
|
|
import Projects from "tower/forms/Projects";
|
|
import Source from "tower/forms/Source";
|
|
import SurveyMaker from "tower/forms/SurveyMaker";
|
|
import SurveyQuestion from "tower/forms/SurveyQuestion";
|
|
import Teams from "tower/forms/Teams";
|
|
import Users from "tower/forms/Users";
|
|
|
|
|
|
export
|
|
{ ActivityDetail,
|
|
Credentials,
|
|
Adhoc,
|
|
CustomInventory,
|
|
EventsViewer,
|
|
Groups,
|
|
HostGroups,
|
|
Hosts,
|
|
Inventories,
|
|
InventoryStatus,
|
|
JobEventData,
|
|
JobSummary,
|
|
JobTemplates,
|
|
JobVarsPrompt,
|
|
Jobs,
|
|
LicenseForm,
|
|
LicenseUpdate,
|
|
LogViewerOptions,
|
|
LogViewerStatus,
|
|
Organizations,
|
|
Permissions,
|
|
ProjectStatus,
|
|
Projects,
|
|
Source,
|
|
SurveyMaker,
|
|
SurveyQuestion,
|
|
Teams,
|
|
Users
|
|
};
|