diff --git a/.eslintignore b/awx/ui_next/.eslintignore similarity index 100% rename from .eslintignore rename to awx/ui_next/.eslintignore diff --git a/.eslintrc b/awx/ui_next/.eslintrc similarity index 100% rename from .eslintrc rename to awx/ui_next/.eslintrc diff --git a/.gitignore b/awx/ui_next/.gitignore similarity index 100% rename from .gitignore rename to awx/ui_next/.gitignore diff --git a/.linguirc b/awx/ui_next/.linguirc similarity index 100% rename from .linguirc rename to awx/ui_next/.linguirc diff --git a/.prettierrc b/awx/ui_next/.prettierrc similarity index 100% rename from .prettierrc rename to awx/ui_next/.prettierrc diff --git a/CONTRIBUTING.md b/awx/ui_next/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to awx/ui_next/CONTRIBUTING.md diff --git a/README.md b/awx/ui_next/README.md similarity index 100% rename from README.md rename to awx/ui_next/README.md diff --git a/__mocks__/fileMock.js b/awx/ui_next/__mocks__/fileMock.js similarity index 100% rename from __mocks__/fileMock.js rename to awx/ui_next/__mocks__/fileMock.js diff --git a/__mocks__/styleMock.js b/awx/ui_next/__mocks__/styleMock.js similarity index 100% rename from __mocks__/styleMock.js rename to awx/ui_next/__mocks__/styleMock.js diff --git a/babel.config.js b/awx/ui_next/babel.config.js similarity index 100% rename from babel.config.js rename to awx/ui_next/babel.config.js diff --git a/build/locales/en/messages.js b/awx/ui_next/build/locales/en/messages.js similarity index 100% rename from build/locales/en/messages.js rename to awx/ui_next/build/locales/en/messages.js diff --git a/build/locales/en/messages.po b/awx/ui_next/build/locales/en/messages.po similarity index 100% rename from build/locales/en/messages.po rename to awx/ui_next/build/locales/en/messages.po diff --git a/build/locales/ja/messages.js b/awx/ui_next/build/locales/ja/messages.js similarity index 100% rename from build/locales/ja/messages.js rename to awx/ui_next/build/locales/ja/messages.js diff --git a/build/locales/ja/messages.po b/awx/ui_next/build/locales/ja/messages.po similarity index 100% rename from build/locales/ja/messages.po rename to awx/ui_next/build/locales/ja/messages.po diff --git a/dist/index.html b/awx/ui_next/dist/index.html similarity index 100% rename from dist/index.html rename to awx/ui_next/dist/index.html diff --git a/images/brand-logo.svg b/awx/ui_next/images/brand-logo.svg similarity index 100% rename from images/brand-logo.svg rename to awx/ui_next/images/brand-logo.svg diff --git a/jest.config.js b/awx/ui_next/jest.config.js similarity index 100% rename from jest.config.js rename to awx/ui_next/jest.config.js diff --git a/jest.setup.js b/awx/ui_next/jest.setup.js similarity index 100% rename from jest.setup.js rename to awx/ui_next/jest.setup.js diff --git a/package-lock.json b/awx/ui_next/package-lock.json similarity index 100% rename from package-lock.json rename to awx/ui_next/package-lock.json diff --git a/package.json b/awx/ui_next/package.json similarity index 100% rename from package.json rename to awx/ui_next/package.json diff --git a/src/App.jsx b/awx/ui_next/src/App.jsx similarity index 100% rename from src/App.jsx rename to awx/ui_next/src/App.jsx diff --git a/src/App.test.jsx b/awx/ui_next/src/App.test.jsx similarity index 100% rename from src/App.test.jsx rename to awx/ui_next/src/App.test.jsx diff --git a/src/RootProvider.jsx b/awx/ui_next/src/RootProvider.jsx similarity index 100% rename from src/RootProvider.jsx rename to awx/ui_next/src/RootProvider.jsx diff --git a/src/RootProvider.test.jsx b/awx/ui_next/src/RootProvider.test.jsx similarity index 100% rename from src/RootProvider.test.jsx rename to awx/ui_next/src/RootProvider.test.jsx diff --git a/src/api/Base.js b/awx/ui_next/src/api/Base.js similarity index 100% rename from src/api/Base.js rename to awx/ui_next/src/api/Base.js diff --git a/src/api/Base.test.jsx b/awx/ui_next/src/api/Base.test.jsx similarity index 100% rename from src/api/Base.test.jsx rename to awx/ui_next/src/api/Base.test.jsx diff --git a/src/api/index.js b/awx/ui_next/src/api/index.js similarity index 100% rename from src/api/index.js rename to awx/ui_next/src/api/index.js diff --git a/src/api/mixins/InstanceGroups.mixin.js b/awx/ui_next/src/api/mixins/InstanceGroups.mixin.js similarity index 100% rename from src/api/mixins/InstanceGroups.mixin.js rename to awx/ui_next/src/api/mixins/InstanceGroups.mixin.js diff --git a/src/api/mixins/Notifications.mixin.js b/awx/ui_next/src/api/mixins/Notifications.mixin.js similarity index 100% rename from src/api/mixins/Notifications.mixin.js rename to awx/ui_next/src/api/mixins/Notifications.mixin.js diff --git a/src/api/models/Config.js b/awx/ui_next/src/api/models/Config.js similarity index 100% rename from src/api/models/Config.js rename to awx/ui_next/src/api/models/Config.js diff --git a/src/api/models/InstanceGroups.js b/awx/ui_next/src/api/models/InstanceGroups.js similarity index 100% rename from src/api/models/InstanceGroups.js rename to awx/ui_next/src/api/models/InstanceGroups.js diff --git a/src/api/models/JobTemplates.js b/awx/ui_next/src/api/models/JobTemplates.js similarity index 100% rename from src/api/models/JobTemplates.js rename to awx/ui_next/src/api/models/JobTemplates.js diff --git a/src/api/models/Jobs.js b/awx/ui_next/src/api/models/Jobs.js similarity index 100% rename from src/api/models/Jobs.js rename to awx/ui_next/src/api/models/Jobs.js diff --git a/src/api/models/Me.js b/awx/ui_next/src/api/models/Me.js similarity index 100% rename from src/api/models/Me.js rename to awx/ui_next/src/api/models/Me.js diff --git a/src/api/models/Organizations.js b/awx/ui_next/src/api/models/Organizations.js similarity index 100% rename from src/api/models/Organizations.js rename to awx/ui_next/src/api/models/Organizations.js diff --git a/src/api/models/Organizations.test.jsx b/awx/ui_next/src/api/models/Organizations.test.jsx similarity index 100% rename from src/api/models/Organizations.test.jsx rename to awx/ui_next/src/api/models/Organizations.test.jsx diff --git a/src/api/models/Root.js b/awx/ui_next/src/api/models/Root.js similarity index 100% rename from src/api/models/Root.js rename to awx/ui_next/src/api/models/Root.js diff --git a/src/api/models/Root.test.jsx b/awx/ui_next/src/api/models/Root.test.jsx similarity index 100% rename from src/api/models/Root.test.jsx rename to awx/ui_next/src/api/models/Root.test.jsx diff --git a/src/api/models/Teams.js b/awx/ui_next/src/api/models/Teams.js similarity index 100% rename from src/api/models/Teams.js rename to awx/ui_next/src/api/models/Teams.js diff --git a/src/api/models/Teams.test.jsx b/awx/ui_next/src/api/models/Teams.test.jsx similarity index 100% rename from src/api/models/Teams.test.jsx rename to awx/ui_next/src/api/models/Teams.test.jsx diff --git a/src/api/models/UnifiedJobTemplates.js b/awx/ui_next/src/api/models/UnifiedJobTemplates.js similarity index 100% rename from src/api/models/UnifiedJobTemplates.js rename to awx/ui_next/src/api/models/UnifiedJobTemplates.js diff --git a/src/api/models/UnifiedJobs.js b/awx/ui_next/src/api/models/UnifiedJobs.js similarity index 100% rename from src/api/models/UnifiedJobs.js rename to awx/ui_next/src/api/models/UnifiedJobs.js diff --git a/src/api/models/Users.js b/awx/ui_next/src/api/models/Users.js similarity index 100% rename from src/api/models/Users.js rename to awx/ui_next/src/api/models/Users.js diff --git a/src/api/models/Users.test.jsx b/awx/ui_next/src/api/models/Users.test.jsx similarity index 100% rename from src/api/models/Users.test.jsx rename to awx/ui_next/src/api/models/Users.test.jsx diff --git a/src/api/models/WorkflowJobTemplates.js b/awx/ui_next/src/api/models/WorkflowJobTemplates.js similarity index 100% rename from src/api/models/WorkflowJobTemplates.js rename to awx/ui_next/src/api/models/WorkflowJobTemplates.js diff --git a/src/app.scss b/awx/ui_next/src/app.scss similarity index 100% rename from src/app.scss rename to awx/ui_next/src/app.scss diff --git a/src/components/About/About.jsx b/awx/ui_next/src/components/About/About.jsx similarity index 100% rename from src/components/About/About.jsx rename to awx/ui_next/src/components/About/About.jsx diff --git a/src/components/About/About.test.jsx b/awx/ui_next/src/components/About/About.test.jsx similarity index 100% rename from src/components/About/About.test.jsx rename to awx/ui_next/src/components/About/About.test.jsx diff --git a/src/components/About/index.js b/awx/ui_next/src/components/About/index.js similarity index 100% rename from src/components/About/index.js rename to awx/ui_next/src/components/About/index.js diff --git a/src/components/AddRole/AddResourceRole.jsx b/awx/ui_next/src/components/AddRole/AddResourceRole.jsx similarity index 100% rename from src/components/AddRole/AddResourceRole.jsx rename to awx/ui_next/src/components/AddRole/AddResourceRole.jsx diff --git a/src/components/AddRole/AddResourceRole.test.jsx b/awx/ui_next/src/components/AddRole/AddResourceRole.test.jsx similarity index 100% rename from src/components/AddRole/AddResourceRole.test.jsx rename to awx/ui_next/src/components/AddRole/AddResourceRole.test.jsx diff --git a/src/components/AddRole/CheckboxCard.jsx b/awx/ui_next/src/components/AddRole/CheckboxCard.jsx similarity index 100% rename from src/components/AddRole/CheckboxCard.jsx rename to awx/ui_next/src/components/AddRole/CheckboxCard.jsx diff --git a/src/components/AddRole/CheckboxCard.test.jsx b/awx/ui_next/src/components/AddRole/CheckboxCard.test.jsx similarity index 100% rename from src/components/AddRole/CheckboxCard.test.jsx rename to awx/ui_next/src/components/AddRole/CheckboxCard.test.jsx diff --git a/src/components/AddRole/SelectResourceStep.jsx b/awx/ui_next/src/components/AddRole/SelectResourceStep.jsx similarity index 100% rename from src/components/AddRole/SelectResourceStep.jsx rename to awx/ui_next/src/components/AddRole/SelectResourceStep.jsx diff --git a/src/components/AddRole/SelectResourceStep.test.jsx b/awx/ui_next/src/components/AddRole/SelectResourceStep.test.jsx similarity index 100% rename from src/components/AddRole/SelectResourceStep.test.jsx rename to awx/ui_next/src/components/AddRole/SelectResourceStep.test.jsx diff --git a/src/components/AddRole/SelectRoleStep.jsx b/awx/ui_next/src/components/AddRole/SelectRoleStep.jsx similarity index 100% rename from src/components/AddRole/SelectRoleStep.jsx rename to awx/ui_next/src/components/AddRole/SelectRoleStep.jsx diff --git a/src/components/AddRole/SelectRoleStep.test.jsx b/awx/ui_next/src/components/AddRole/SelectRoleStep.test.jsx similarity index 100% rename from src/components/AddRole/SelectRoleStep.test.jsx rename to awx/ui_next/src/components/AddRole/SelectRoleStep.test.jsx diff --git a/src/components/AddRole/SelectableCard.jsx b/awx/ui_next/src/components/AddRole/SelectableCard.jsx similarity index 100% rename from src/components/AddRole/SelectableCard.jsx rename to awx/ui_next/src/components/AddRole/SelectableCard.jsx diff --git a/src/components/AddRole/SelectableCard.test.jsx b/awx/ui_next/src/components/AddRole/SelectableCard.test.jsx similarity index 100% rename from src/components/AddRole/SelectableCard.test.jsx rename to awx/ui_next/src/components/AddRole/SelectableCard.test.jsx diff --git a/src/components/AddRole/index.js b/awx/ui_next/src/components/AddRole/index.js similarity index 100% rename from src/components/AddRole/index.js rename to awx/ui_next/src/components/AddRole/index.js diff --git a/src/components/AlertModal/AlertModal.jsx b/awx/ui_next/src/components/AlertModal/AlertModal.jsx similarity index 100% rename from src/components/AlertModal/AlertModal.jsx rename to awx/ui_next/src/components/AlertModal/AlertModal.jsx diff --git a/src/components/AlertModal/AlertModal.test.jsx b/awx/ui_next/src/components/AlertModal/AlertModal.test.jsx similarity index 100% rename from src/components/AlertModal/AlertModal.test.jsx rename to awx/ui_next/src/components/AlertModal/AlertModal.test.jsx diff --git a/src/components/AlertModal/index.js b/awx/ui_next/src/components/AlertModal/index.js similarity index 100% rename from src/components/AlertModal/index.js rename to awx/ui_next/src/components/AlertModal/index.js diff --git a/src/components/AnsibleSelect/AnsibleSelect.jsx b/awx/ui_next/src/components/AnsibleSelect/AnsibleSelect.jsx similarity index 100% rename from src/components/AnsibleSelect/AnsibleSelect.jsx rename to awx/ui_next/src/components/AnsibleSelect/AnsibleSelect.jsx diff --git a/src/components/AnsibleSelect/AnsibleSelect.test.jsx b/awx/ui_next/src/components/AnsibleSelect/AnsibleSelect.test.jsx similarity index 100% rename from src/components/AnsibleSelect/AnsibleSelect.test.jsx rename to awx/ui_next/src/components/AnsibleSelect/AnsibleSelect.test.jsx diff --git a/src/components/AnsibleSelect/index.js b/awx/ui_next/src/components/AnsibleSelect/index.js similarity index 100% rename from src/components/AnsibleSelect/index.js rename to awx/ui_next/src/components/AnsibleSelect/index.js diff --git a/src/components/Background/Background.jsx b/awx/ui_next/src/components/Background/Background.jsx similarity index 100% rename from src/components/Background/Background.jsx rename to awx/ui_next/src/components/Background/Background.jsx diff --git a/src/components/Background/Background.test.jsx b/awx/ui_next/src/components/Background/Background.test.jsx similarity index 100% rename from src/components/Background/Background.test.jsx rename to awx/ui_next/src/components/Background/Background.test.jsx diff --git a/src/components/Background/index.js b/awx/ui_next/src/components/Background/index.js similarity index 100% rename from src/components/Background/index.js rename to awx/ui_next/src/components/Background/index.js diff --git a/src/components/BrandLogo/BrandLogo.jsx b/awx/ui_next/src/components/BrandLogo/BrandLogo.jsx similarity index 100% rename from src/components/BrandLogo/BrandLogo.jsx rename to awx/ui_next/src/components/BrandLogo/BrandLogo.jsx diff --git a/src/components/BrandLogo/BrandLogo.test.jsx b/awx/ui_next/src/components/BrandLogo/BrandLogo.test.jsx similarity index 100% rename from src/components/BrandLogo/BrandLogo.test.jsx rename to awx/ui_next/src/components/BrandLogo/BrandLogo.test.jsx diff --git a/src/components/BrandLogo/index.js b/awx/ui_next/src/components/BrandLogo/index.js similarity index 100% rename from src/components/BrandLogo/index.js rename to awx/ui_next/src/components/BrandLogo/index.js diff --git a/src/components/Breadcrumbs/Breadcrumbs.jsx b/awx/ui_next/src/components/Breadcrumbs/Breadcrumbs.jsx similarity index 100% rename from src/components/Breadcrumbs/Breadcrumbs.jsx rename to awx/ui_next/src/components/Breadcrumbs/Breadcrumbs.jsx diff --git a/src/components/Breadcrumbs/Breadcrumbs.test.jsx b/awx/ui_next/src/components/Breadcrumbs/Breadcrumbs.test.jsx similarity index 100% rename from src/components/Breadcrumbs/Breadcrumbs.test.jsx rename to awx/ui_next/src/components/Breadcrumbs/Breadcrumbs.test.jsx diff --git a/src/components/Breadcrumbs/index.js b/awx/ui_next/src/components/Breadcrumbs/index.js similarity index 100% rename from src/components/Breadcrumbs/index.js rename to awx/ui_next/src/components/Breadcrumbs/index.js diff --git a/src/components/ButtonGroup.jsx b/awx/ui_next/src/components/ButtonGroup.jsx similarity index 100% rename from src/components/ButtonGroup.jsx rename to awx/ui_next/src/components/ButtonGroup.jsx diff --git a/src/components/CardCloseButton/CardCloseButton.jsx b/awx/ui_next/src/components/CardCloseButton/CardCloseButton.jsx similarity index 100% rename from src/components/CardCloseButton/CardCloseButton.jsx rename to awx/ui_next/src/components/CardCloseButton/CardCloseButton.jsx diff --git a/src/components/CardCloseButton/CardCloseButton.test.jsx b/awx/ui_next/src/components/CardCloseButton/CardCloseButton.test.jsx similarity index 100% rename from src/components/CardCloseButton/CardCloseButton.test.jsx rename to awx/ui_next/src/components/CardCloseButton/CardCloseButton.test.jsx diff --git a/src/components/CardCloseButton/index.js b/awx/ui_next/src/components/CardCloseButton/index.js similarity index 100% rename from src/components/CardCloseButton/index.js rename to awx/ui_next/src/components/CardCloseButton/index.js diff --git a/src/components/CheckboxListItem/CheckboxListItem.jsx b/awx/ui_next/src/components/CheckboxListItem/CheckboxListItem.jsx similarity index 100% rename from src/components/CheckboxListItem/CheckboxListItem.jsx rename to awx/ui_next/src/components/CheckboxListItem/CheckboxListItem.jsx diff --git a/src/components/CheckboxListItem/CheckboxListItem.test.jsx b/awx/ui_next/src/components/CheckboxListItem/CheckboxListItem.test.jsx similarity index 100% rename from src/components/CheckboxListItem/CheckboxListItem.test.jsx rename to awx/ui_next/src/components/CheckboxListItem/CheckboxListItem.test.jsx diff --git a/src/components/CheckboxListItem/index.js b/awx/ui_next/src/components/CheckboxListItem/index.js similarity index 100% rename from src/components/CheckboxListItem/index.js rename to awx/ui_next/src/components/CheckboxListItem/index.js diff --git a/src/components/Chip/Chip.jsx b/awx/ui_next/src/components/Chip/Chip.jsx similarity index 100% rename from src/components/Chip/Chip.jsx rename to awx/ui_next/src/components/Chip/Chip.jsx diff --git a/src/components/Chip/Chip.test.jsx b/awx/ui_next/src/components/Chip/Chip.test.jsx similarity index 100% rename from src/components/Chip/Chip.test.jsx rename to awx/ui_next/src/components/Chip/Chip.test.jsx diff --git a/src/components/Chip/ChipGroup.jsx b/awx/ui_next/src/components/Chip/ChipGroup.jsx similarity index 100% rename from src/components/Chip/ChipGroup.jsx rename to awx/ui_next/src/components/Chip/ChipGroup.jsx diff --git a/src/components/Chip/ChipGroup.test.jsx b/awx/ui_next/src/components/Chip/ChipGroup.test.jsx similarity index 100% rename from src/components/Chip/ChipGroup.test.jsx rename to awx/ui_next/src/components/Chip/ChipGroup.test.jsx diff --git a/src/components/Chip/index.js b/awx/ui_next/src/components/Chip/index.js similarity index 100% rename from src/components/Chip/index.js rename to awx/ui_next/src/components/Chip/index.js diff --git a/src/components/CodeMirrorInput/CodeMirrorInput.jsx b/awx/ui_next/src/components/CodeMirrorInput/CodeMirrorInput.jsx similarity index 100% rename from src/components/CodeMirrorInput/CodeMirrorInput.jsx rename to awx/ui_next/src/components/CodeMirrorInput/CodeMirrorInput.jsx diff --git a/src/components/CodeMirrorInput/CodeMirrorInput.test.jsx b/awx/ui_next/src/components/CodeMirrorInput/CodeMirrorInput.test.jsx similarity index 100% rename from src/components/CodeMirrorInput/CodeMirrorInput.test.jsx rename to awx/ui_next/src/components/CodeMirrorInput/CodeMirrorInput.test.jsx diff --git a/src/components/CodeMirrorInput/VariablesField.jsx b/awx/ui_next/src/components/CodeMirrorInput/VariablesField.jsx similarity index 100% rename from src/components/CodeMirrorInput/VariablesField.jsx rename to awx/ui_next/src/components/CodeMirrorInput/VariablesField.jsx diff --git a/src/components/CodeMirrorInput/VariablesField.test.jsx b/awx/ui_next/src/components/CodeMirrorInput/VariablesField.test.jsx similarity index 100% rename from src/components/CodeMirrorInput/VariablesField.test.jsx rename to awx/ui_next/src/components/CodeMirrorInput/VariablesField.test.jsx diff --git a/src/components/CodeMirrorInput/index.js b/awx/ui_next/src/components/CodeMirrorInput/index.js similarity index 100% rename from src/components/CodeMirrorInput/index.js rename to awx/ui_next/src/components/CodeMirrorInput/index.js diff --git a/src/components/ContentEmpty/ContentEmpty.jsx b/awx/ui_next/src/components/ContentEmpty/ContentEmpty.jsx similarity index 100% rename from src/components/ContentEmpty/ContentEmpty.jsx rename to awx/ui_next/src/components/ContentEmpty/ContentEmpty.jsx diff --git a/src/components/ContentEmpty/ContentEmpty.test.jsx b/awx/ui_next/src/components/ContentEmpty/ContentEmpty.test.jsx similarity index 100% rename from src/components/ContentEmpty/ContentEmpty.test.jsx rename to awx/ui_next/src/components/ContentEmpty/ContentEmpty.test.jsx diff --git a/src/components/ContentEmpty/index.js b/awx/ui_next/src/components/ContentEmpty/index.js similarity index 100% rename from src/components/ContentEmpty/index.js rename to awx/ui_next/src/components/ContentEmpty/index.js diff --git a/src/components/ContentError/ContentError.jsx b/awx/ui_next/src/components/ContentError/ContentError.jsx similarity index 100% rename from src/components/ContentError/ContentError.jsx rename to awx/ui_next/src/components/ContentError/ContentError.jsx diff --git a/src/components/ContentError/ContentError.test.jsx b/awx/ui_next/src/components/ContentError/ContentError.test.jsx similarity index 100% rename from src/components/ContentError/ContentError.test.jsx rename to awx/ui_next/src/components/ContentError/ContentError.test.jsx diff --git a/src/components/ContentError/index.js b/awx/ui_next/src/components/ContentError/index.js similarity index 100% rename from src/components/ContentError/index.js rename to awx/ui_next/src/components/ContentError/index.js diff --git a/src/components/ContentLoading/ContentLoading.jsx b/awx/ui_next/src/components/ContentLoading/ContentLoading.jsx similarity index 100% rename from src/components/ContentLoading/ContentLoading.jsx rename to awx/ui_next/src/components/ContentLoading/ContentLoading.jsx diff --git a/src/components/ContentLoading/ContentLoading.test.jsx b/awx/ui_next/src/components/ContentLoading/ContentLoading.test.jsx similarity index 100% rename from src/components/ContentLoading/ContentLoading.test.jsx rename to awx/ui_next/src/components/ContentLoading/ContentLoading.test.jsx diff --git a/src/components/ContentLoading/index.js b/awx/ui_next/src/components/ContentLoading/index.js similarity index 100% rename from src/components/ContentLoading/index.js rename to awx/ui_next/src/components/ContentLoading/index.js diff --git a/src/components/DataListCell/DataListCell.jsx b/awx/ui_next/src/components/DataListCell/DataListCell.jsx similarity index 100% rename from src/components/DataListCell/DataListCell.jsx rename to awx/ui_next/src/components/DataListCell/DataListCell.jsx diff --git a/src/components/DataListCell/DataListCell.test.jsx b/awx/ui_next/src/components/DataListCell/DataListCell.test.jsx similarity index 100% rename from src/components/DataListCell/DataListCell.test.jsx rename to awx/ui_next/src/components/DataListCell/DataListCell.test.jsx diff --git a/src/components/DataListCell/index.js b/awx/ui_next/src/components/DataListCell/index.js similarity index 100% rename from src/components/DataListCell/index.js rename to awx/ui_next/src/components/DataListCell/index.js diff --git a/src/components/DataListToolbar/DataListToolbar.jsx b/awx/ui_next/src/components/DataListToolbar/DataListToolbar.jsx similarity index 100% rename from src/components/DataListToolbar/DataListToolbar.jsx rename to awx/ui_next/src/components/DataListToolbar/DataListToolbar.jsx diff --git a/src/components/DataListToolbar/DataListToolbar.test.jsx b/awx/ui_next/src/components/DataListToolbar/DataListToolbar.test.jsx similarity index 100% rename from src/components/DataListToolbar/DataListToolbar.test.jsx rename to awx/ui_next/src/components/DataListToolbar/DataListToolbar.test.jsx diff --git a/src/components/DataListToolbar/index.js b/awx/ui_next/src/components/DataListToolbar/index.js similarity index 100% rename from src/components/DataListToolbar/index.js rename to awx/ui_next/src/components/DataListToolbar/index.js diff --git a/src/components/DetailList/Detail.jsx b/awx/ui_next/src/components/DetailList/Detail.jsx similarity index 100% rename from src/components/DetailList/Detail.jsx rename to awx/ui_next/src/components/DetailList/Detail.jsx diff --git a/src/components/DetailList/Detail.test.jsx b/awx/ui_next/src/components/DetailList/Detail.test.jsx similarity index 100% rename from src/components/DetailList/Detail.test.jsx rename to awx/ui_next/src/components/DetailList/Detail.test.jsx diff --git a/src/components/DetailList/DetailList.jsx b/awx/ui_next/src/components/DetailList/DetailList.jsx similarity index 100% rename from src/components/DetailList/DetailList.jsx rename to awx/ui_next/src/components/DetailList/DetailList.jsx diff --git a/src/components/DetailList/DetailList.test.jsx b/awx/ui_next/src/components/DetailList/DetailList.test.jsx similarity index 100% rename from src/components/DetailList/DetailList.test.jsx rename to awx/ui_next/src/components/DetailList/DetailList.test.jsx diff --git a/src/components/DetailList/index.js b/awx/ui_next/src/components/DetailList/index.js similarity index 100% rename from src/components/DetailList/index.js rename to awx/ui_next/src/components/DetailList/index.js diff --git a/src/components/ErrorDetail/ErrorDetail.jsx b/awx/ui_next/src/components/ErrorDetail/ErrorDetail.jsx similarity index 100% rename from src/components/ErrorDetail/ErrorDetail.jsx rename to awx/ui_next/src/components/ErrorDetail/ErrorDetail.jsx diff --git a/src/components/ErrorDetail/ErrorDetail.test.jsx b/awx/ui_next/src/components/ErrorDetail/ErrorDetail.test.jsx similarity index 100% rename from src/components/ErrorDetail/ErrorDetail.test.jsx rename to awx/ui_next/src/components/ErrorDetail/ErrorDetail.test.jsx diff --git a/src/components/ErrorDetail/index.js b/awx/ui_next/src/components/ErrorDetail/index.js similarity index 100% rename from src/components/ErrorDetail/index.js rename to awx/ui_next/src/components/ErrorDetail/index.js diff --git a/src/components/ExpandCollapse/ExpandCollapse.jsx b/awx/ui_next/src/components/ExpandCollapse/ExpandCollapse.jsx similarity index 100% rename from src/components/ExpandCollapse/ExpandCollapse.jsx rename to awx/ui_next/src/components/ExpandCollapse/ExpandCollapse.jsx diff --git a/src/components/ExpandCollapse/ExpandCollapse.test.jsx b/awx/ui_next/src/components/ExpandCollapse/ExpandCollapse.test.jsx similarity index 100% rename from src/components/ExpandCollapse/ExpandCollapse.test.jsx rename to awx/ui_next/src/components/ExpandCollapse/ExpandCollapse.test.jsx diff --git a/src/components/ExpandCollapse/index.js b/awx/ui_next/src/components/ExpandCollapse/index.js similarity index 100% rename from src/components/ExpandCollapse/index.js rename to awx/ui_next/src/components/ExpandCollapse/index.js diff --git a/src/components/FormActionGroup/FormActionGroup.jsx b/awx/ui_next/src/components/FormActionGroup/FormActionGroup.jsx similarity index 100% rename from src/components/FormActionGroup/FormActionGroup.jsx rename to awx/ui_next/src/components/FormActionGroup/FormActionGroup.jsx diff --git a/src/components/FormActionGroup/FormActionGroup.test.jsx b/awx/ui_next/src/components/FormActionGroup/FormActionGroup.test.jsx similarity index 100% rename from src/components/FormActionGroup/FormActionGroup.test.jsx rename to awx/ui_next/src/components/FormActionGroup/FormActionGroup.test.jsx diff --git a/src/components/FormActionGroup/index.js b/awx/ui_next/src/components/FormActionGroup/index.js similarity index 100% rename from src/components/FormActionGroup/index.js rename to awx/ui_next/src/components/FormActionGroup/index.js diff --git a/src/components/FormField/FormField.jsx b/awx/ui_next/src/components/FormField/FormField.jsx similarity index 100% rename from src/components/FormField/FormField.jsx rename to awx/ui_next/src/components/FormField/FormField.jsx diff --git a/src/components/FormField/index.js b/awx/ui_next/src/components/FormField/index.js similarity index 100% rename from src/components/FormField/index.js rename to awx/ui_next/src/components/FormField/index.js diff --git a/src/components/FormRow/FormRow.jsx b/awx/ui_next/src/components/FormRow/FormRow.jsx similarity index 100% rename from src/components/FormRow/FormRow.jsx rename to awx/ui_next/src/components/FormRow/FormRow.jsx diff --git a/src/components/FormRow/FormRow.test.jsx b/awx/ui_next/src/components/FormRow/FormRow.test.jsx similarity index 100% rename from src/components/FormRow/FormRow.test.jsx rename to awx/ui_next/src/components/FormRow/FormRow.test.jsx diff --git a/src/components/FormRow/index.js b/awx/ui_next/src/components/FormRow/index.js similarity index 100% rename from src/components/FormRow/index.js rename to awx/ui_next/src/components/FormRow/index.js diff --git a/src/components/LaunchButton/LaunchButton.jsx b/awx/ui_next/src/components/LaunchButton/LaunchButton.jsx similarity index 100% rename from src/components/LaunchButton/LaunchButton.jsx rename to awx/ui_next/src/components/LaunchButton/LaunchButton.jsx diff --git a/src/components/LaunchButton/LaunchButton.test.jsx b/awx/ui_next/src/components/LaunchButton/LaunchButton.test.jsx similarity index 100% rename from src/components/LaunchButton/LaunchButton.test.jsx rename to awx/ui_next/src/components/LaunchButton/LaunchButton.test.jsx diff --git a/src/components/LaunchButton/index.js b/awx/ui_next/src/components/LaunchButton/index.js similarity index 100% rename from src/components/LaunchButton/index.js rename to awx/ui_next/src/components/LaunchButton/index.js diff --git a/src/components/Lookup/Lookup.jsx b/awx/ui_next/src/components/Lookup/Lookup.jsx similarity index 100% rename from src/components/Lookup/Lookup.jsx rename to awx/ui_next/src/components/Lookup/Lookup.jsx diff --git a/src/components/Lookup/Lookup.test.jsx b/awx/ui_next/src/components/Lookup/Lookup.test.jsx similarity index 100% rename from src/components/Lookup/Lookup.test.jsx rename to awx/ui_next/src/components/Lookup/Lookup.test.jsx diff --git a/src/components/Lookup/index.js b/awx/ui_next/src/components/Lookup/index.js similarity index 100% rename from src/components/Lookup/index.js rename to awx/ui_next/src/components/Lookup/index.js diff --git a/src/components/NavExpandableGroup/NavExpandableGroup.jsx b/awx/ui_next/src/components/NavExpandableGroup/NavExpandableGroup.jsx similarity index 100% rename from src/components/NavExpandableGroup/NavExpandableGroup.jsx rename to awx/ui_next/src/components/NavExpandableGroup/NavExpandableGroup.jsx diff --git a/src/components/NavExpandableGroup/NavExpandableGroup.test.jsx b/awx/ui_next/src/components/NavExpandableGroup/NavExpandableGroup.test.jsx similarity index 100% rename from src/components/NavExpandableGroup/NavExpandableGroup.test.jsx rename to awx/ui_next/src/components/NavExpandableGroup/NavExpandableGroup.test.jsx diff --git a/src/components/NavExpandableGroup/index.js b/awx/ui_next/src/components/NavExpandableGroup/index.js similarity index 100% rename from src/components/NavExpandableGroup/index.js rename to awx/ui_next/src/components/NavExpandableGroup/index.js diff --git a/src/components/NotificationsList/NotificationListItem.jsx b/awx/ui_next/src/components/NotificationsList/NotificationListItem.jsx similarity index 100% rename from src/components/NotificationsList/NotificationListItem.jsx rename to awx/ui_next/src/components/NotificationsList/NotificationListItem.jsx diff --git a/src/components/NotificationsList/NotificationListItem.test.jsx b/awx/ui_next/src/components/NotificationsList/NotificationListItem.test.jsx similarity index 100% rename from src/components/NotificationsList/NotificationListItem.test.jsx rename to awx/ui_next/src/components/NotificationsList/NotificationListItem.test.jsx diff --git a/src/components/NotificationsList/__snapshots__/NotificationListItem.test.jsx.snap b/awx/ui_next/src/components/NotificationsList/__snapshots__/NotificationListItem.test.jsx.snap similarity index 100% rename from src/components/NotificationsList/__snapshots__/NotificationListItem.test.jsx.snap rename to awx/ui_next/src/components/NotificationsList/__snapshots__/NotificationListItem.test.jsx.snap diff --git a/src/components/NotificationsList/index.js b/awx/ui_next/src/components/NotificationsList/index.js similarity index 100% rename from src/components/NotificationsList/index.js rename to awx/ui_next/src/components/NotificationsList/index.js diff --git a/src/components/PageHeaderToolbar/PageHeaderToolbar.jsx b/awx/ui_next/src/components/PageHeaderToolbar/PageHeaderToolbar.jsx similarity index 100% rename from src/components/PageHeaderToolbar/PageHeaderToolbar.jsx rename to awx/ui_next/src/components/PageHeaderToolbar/PageHeaderToolbar.jsx diff --git a/src/components/PageHeaderToolbar/PageHeaderToolbar.test.jsx b/awx/ui_next/src/components/PageHeaderToolbar/PageHeaderToolbar.test.jsx similarity index 100% rename from src/components/PageHeaderToolbar/PageHeaderToolbar.test.jsx rename to awx/ui_next/src/components/PageHeaderToolbar/PageHeaderToolbar.test.jsx diff --git a/src/components/PageHeaderToolbar/index.js b/awx/ui_next/src/components/PageHeaderToolbar/index.js similarity index 100% rename from src/components/PageHeaderToolbar/index.js rename to awx/ui_next/src/components/PageHeaderToolbar/index.js diff --git a/src/components/PaginatedDataList/PaginatedDataList.jsx b/awx/ui_next/src/components/PaginatedDataList/PaginatedDataList.jsx similarity index 100% rename from src/components/PaginatedDataList/PaginatedDataList.jsx rename to awx/ui_next/src/components/PaginatedDataList/PaginatedDataList.jsx diff --git a/src/components/PaginatedDataList/PaginatedDataList.test.jsx b/awx/ui_next/src/components/PaginatedDataList/PaginatedDataList.test.jsx similarity index 100% rename from src/components/PaginatedDataList/PaginatedDataList.test.jsx rename to awx/ui_next/src/components/PaginatedDataList/PaginatedDataList.test.jsx diff --git a/src/components/PaginatedDataList/PaginatedDataListItem.jsx b/awx/ui_next/src/components/PaginatedDataList/PaginatedDataListItem.jsx similarity index 100% rename from src/components/PaginatedDataList/PaginatedDataListItem.jsx rename to awx/ui_next/src/components/PaginatedDataList/PaginatedDataListItem.jsx diff --git a/src/components/PaginatedDataList/ToolbarAddButton.jsx b/awx/ui_next/src/components/PaginatedDataList/ToolbarAddButton.jsx similarity index 100% rename from src/components/PaginatedDataList/ToolbarAddButton.jsx rename to awx/ui_next/src/components/PaginatedDataList/ToolbarAddButton.jsx diff --git a/src/components/PaginatedDataList/ToolbarAddButton.test.jsx b/awx/ui_next/src/components/PaginatedDataList/ToolbarAddButton.test.jsx similarity index 100% rename from src/components/PaginatedDataList/ToolbarAddButton.test.jsx rename to awx/ui_next/src/components/PaginatedDataList/ToolbarAddButton.test.jsx diff --git a/src/components/PaginatedDataList/ToolbarDeleteButton.jsx b/awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.jsx similarity index 100% rename from src/components/PaginatedDataList/ToolbarDeleteButton.jsx rename to awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.jsx diff --git a/src/components/PaginatedDataList/ToolbarDeleteButton.test.jsx b/awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.test.jsx similarity index 100% rename from src/components/PaginatedDataList/ToolbarDeleteButton.test.jsx rename to awx/ui_next/src/components/PaginatedDataList/ToolbarDeleteButton.test.jsx diff --git a/src/components/PaginatedDataList/__snapshots__/ToolbarDeleteButton.test.jsx.snap b/awx/ui_next/src/components/PaginatedDataList/__snapshots__/ToolbarDeleteButton.test.jsx.snap similarity index 100% rename from src/components/PaginatedDataList/__snapshots__/ToolbarDeleteButton.test.jsx.snap rename to awx/ui_next/src/components/PaginatedDataList/__snapshots__/ToolbarDeleteButton.test.jsx.snap diff --git a/src/components/PaginatedDataList/index.js b/awx/ui_next/src/components/PaginatedDataList/index.js similarity index 100% rename from src/components/PaginatedDataList/index.js rename to awx/ui_next/src/components/PaginatedDataList/index.js diff --git a/src/components/Pagination/Pagination.jsx b/awx/ui_next/src/components/Pagination/Pagination.jsx similarity index 100% rename from src/components/Pagination/Pagination.jsx rename to awx/ui_next/src/components/Pagination/Pagination.jsx diff --git a/src/components/Pagination/Pagination.test.jsx b/awx/ui_next/src/components/Pagination/Pagination.test.jsx similarity index 100% rename from src/components/Pagination/Pagination.test.jsx rename to awx/ui_next/src/components/Pagination/Pagination.test.jsx diff --git a/src/components/Pagination/index.js b/awx/ui_next/src/components/Pagination/index.js similarity index 100% rename from src/components/Pagination/index.js rename to awx/ui_next/src/components/Pagination/index.js diff --git a/src/components/RoutedTabs/RoutedTabs.jsx b/awx/ui_next/src/components/RoutedTabs/RoutedTabs.jsx similarity index 100% rename from src/components/RoutedTabs/RoutedTabs.jsx rename to awx/ui_next/src/components/RoutedTabs/RoutedTabs.jsx diff --git a/src/components/RoutedTabs/RoutedTabs.test.jsx b/awx/ui_next/src/components/RoutedTabs/RoutedTabs.test.jsx similarity index 100% rename from src/components/RoutedTabs/RoutedTabs.test.jsx rename to awx/ui_next/src/components/RoutedTabs/RoutedTabs.test.jsx diff --git a/src/components/RoutedTabs/index.js b/awx/ui_next/src/components/RoutedTabs/index.js similarity index 100% rename from src/components/RoutedTabs/index.js rename to awx/ui_next/src/components/RoutedTabs/index.js diff --git a/src/components/Search/Search.jsx b/awx/ui_next/src/components/Search/Search.jsx similarity index 100% rename from src/components/Search/Search.jsx rename to awx/ui_next/src/components/Search/Search.jsx diff --git a/src/components/Search/Search.test.jsx b/awx/ui_next/src/components/Search/Search.test.jsx similarity index 100% rename from src/components/Search/Search.test.jsx rename to awx/ui_next/src/components/Search/Search.test.jsx diff --git a/src/components/Search/index.js b/awx/ui_next/src/components/Search/index.js similarity index 100% rename from src/components/Search/index.js rename to awx/ui_next/src/components/Search/index.js diff --git a/src/components/SelectedList/SelectedList.jsx b/awx/ui_next/src/components/SelectedList/SelectedList.jsx similarity index 100% rename from src/components/SelectedList/SelectedList.jsx rename to awx/ui_next/src/components/SelectedList/SelectedList.jsx diff --git a/src/components/SelectedList/SelectedList.test.jsx b/awx/ui_next/src/components/SelectedList/SelectedList.test.jsx similarity index 100% rename from src/components/SelectedList/SelectedList.test.jsx rename to awx/ui_next/src/components/SelectedList/SelectedList.test.jsx diff --git a/src/components/SelectedList/index.js b/awx/ui_next/src/components/SelectedList/index.js similarity index 100% rename from src/components/SelectedList/index.js rename to awx/ui_next/src/components/SelectedList/index.js diff --git a/src/components/Sort/Sort.jsx b/awx/ui_next/src/components/Sort/Sort.jsx similarity index 100% rename from src/components/Sort/Sort.jsx rename to awx/ui_next/src/components/Sort/Sort.jsx diff --git a/src/components/Sort/Sort.test.jsx b/awx/ui_next/src/components/Sort/Sort.test.jsx similarity index 100% rename from src/components/Sort/Sort.test.jsx rename to awx/ui_next/src/components/Sort/Sort.test.jsx diff --git a/src/components/Sort/index.js b/awx/ui_next/src/components/Sort/index.js similarity index 100% rename from src/components/Sort/index.js rename to awx/ui_next/src/components/Sort/index.js diff --git a/src/components/VerticalSeparator/VerticalSeparator.jsx b/awx/ui_next/src/components/VerticalSeparator/VerticalSeparator.jsx similarity index 100% rename from src/components/VerticalSeparator/VerticalSeparator.jsx rename to awx/ui_next/src/components/VerticalSeparator/VerticalSeparator.jsx diff --git a/src/components/VerticalSeparator/VerticalSeparator.test.jsx b/awx/ui_next/src/components/VerticalSeparator/VerticalSeparator.test.jsx similarity index 100% rename from src/components/VerticalSeparator/VerticalSeparator.test.jsx rename to awx/ui_next/src/components/VerticalSeparator/VerticalSeparator.test.jsx diff --git a/src/components/VerticalSeparator/index.js b/awx/ui_next/src/components/VerticalSeparator/index.js similarity index 100% rename from src/components/VerticalSeparator/index.js rename to awx/ui_next/src/components/VerticalSeparator/index.js diff --git a/src/contexts/Config.jsx b/awx/ui_next/src/contexts/Config.jsx similarity index 100% rename from src/contexts/Config.jsx rename to awx/ui_next/src/contexts/Config.jsx diff --git a/src/index.jsx b/awx/ui_next/src/index.jsx similarity index 100% rename from src/index.jsx rename to awx/ui_next/src/index.jsx diff --git a/src/index.test.jsx b/awx/ui_next/src/index.test.jsx similarity index 100% rename from src/index.test.jsx rename to awx/ui_next/src/index.test.jsx diff --git a/src/screens/Application/Applications.jsx b/awx/ui_next/src/screens/Application/Applications.jsx similarity index 100% rename from src/screens/Application/Applications.jsx rename to awx/ui_next/src/screens/Application/Applications.jsx diff --git a/src/screens/Application/Applications.test.jsx b/awx/ui_next/src/screens/Application/Applications.test.jsx similarity index 100% rename from src/screens/Application/Applications.test.jsx rename to awx/ui_next/src/screens/Application/Applications.test.jsx diff --git a/src/screens/Application/index.js b/awx/ui_next/src/screens/Application/index.js similarity index 100% rename from src/screens/Application/index.js rename to awx/ui_next/src/screens/Application/index.js diff --git a/src/screens/AuthSetting/AuthSettings.jsx b/awx/ui_next/src/screens/AuthSetting/AuthSettings.jsx similarity index 100% rename from src/screens/AuthSetting/AuthSettings.jsx rename to awx/ui_next/src/screens/AuthSetting/AuthSettings.jsx diff --git a/src/screens/AuthSetting/AuthSettings.test.jsx b/awx/ui_next/src/screens/AuthSetting/AuthSettings.test.jsx similarity index 100% rename from src/screens/AuthSetting/AuthSettings.test.jsx rename to awx/ui_next/src/screens/AuthSetting/AuthSettings.test.jsx diff --git a/src/screens/AuthSetting/index.js b/awx/ui_next/src/screens/AuthSetting/index.js similarity index 100% rename from src/screens/AuthSetting/index.js rename to awx/ui_next/src/screens/AuthSetting/index.js diff --git a/src/screens/Credential/Credentials.jsx b/awx/ui_next/src/screens/Credential/Credentials.jsx similarity index 100% rename from src/screens/Credential/Credentials.jsx rename to awx/ui_next/src/screens/Credential/Credentials.jsx diff --git a/src/screens/Credential/Credentials.test.jsx b/awx/ui_next/src/screens/Credential/Credentials.test.jsx similarity index 100% rename from src/screens/Credential/Credentials.test.jsx rename to awx/ui_next/src/screens/Credential/Credentials.test.jsx diff --git a/src/screens/Credential/index.js b/awx/ui_next/src/screens/Credential/index.js similarity index 100% rename from src/screens/Credential/index.js rename to awx/ui_next/src/screens/Credential/index.js diff --git a/src/screens/CredentialType/CredentialTypes.jsx b/awx/ui_next/src/screens/CredentialType/CredentialTypes.jsx similarity index 100% rename from src/screens/CredentialType/CredentialTypes.jsx rename to awx/ui_next/src/screens/CredentialType/CredentialTypes.jsx diff --git a/src/screens/CredentialType/CredentialTypes.test.jsx b/awx/ui_next/src/screens/CredentialType/CredentialTypes.test.jsx similarity index 100% rename from src/screens/CredentialType/CredentialTypes.test.jsx rename to awx/ui_next/src/screens/CredentialType/CredentialTypes.test.jsx diff --git a/src/screens/CredentialType/index.js b/awx/ui_next/src/screens/CredentialType/index.js similarity index 100% rename from src/screens/CredentialType/index.js rename to awx/ui_next/src/screens/CredentialType/index.js diff --git a/src/screens/Dashboard/Dashboard.jsx b/awx/ui_next/src/screens/Dashboard/Dashboard.jsx similarity index 100% rename from src/screens/Dashboard/Dashboard.jsx rename to awx/ui_next/src/screens/Dashboard/Dashboard.jsx diff --git a/src/screens/Dashboard/Dashboard.test.jsx b/awx/ui_next/src/screens/Dashboard/Dashboard.test.jsx similarity index 100% rename from src/screens/Dashboard/Dashboard.test.jsx rename to awx/ui_next/src/screens/Dashboard/Dashboard.test.jsx diff --git a/src/screens/Dashboard/index.js b/awx/ui_next/src/screens/Dashboard/index.js similarity index 100% rename from src/screens/Dashboard/index.js rename to awx/ui_next/src/screens/Dashboard/index.js diff --git a/src/screens/InstanceGroup/InstanceGroups.jsx b/awx/ui_next/src/screens/InstanceGroup/InstanceGroups.jsx similarity index 100% rename from src/screens/InstanceGroup/InstanceGroups.jsx rename to awx/ui_next/src/screens/InstanceGroup/InstanceGroups.jsx diff --git a/src/screens/InstanceGroup/InstanceGroups.test.jsx b/awx/ui_next/src/screens/InstanceGroup/InstanceGroups.test.jsx similarity index 100% rename from src/screens/InstanceGroup/InstanceGroups.test.jsx rename to awx/ui_next/src/screens/InstanceGroup/InstanceGroups.test.jsx diff --git a/src/screens/InstanceGroup/index.js b/awx/ui_next/src/screens/InstanceGroup/index.js similarity index 100% rename from src/screens/InstanceGroup/index.js rename to awx/ui_next/src/screens/InstanceGroup/index.js diff --git a/src/screens/Inventory/Inventories.jsx b/awx/ui_next/src/screens/Inventory/Inventories.jsx similarity index 100% rename from src/screens/Inventory/Inventories.jsx rename to awx/ui_next/src/screens/Inventory/Inventories.jsx diff --git a/src/screens/Inventory/Inventories.test.jsx b/awx/ui_next/src/screens/Inventory/Inventories.test.jsx similarity index 100% rename from src/screens/Inventory/Inventories.test.jsx rename to awx/ui_next/src/screens/Inventory/Inventories.test.jsx diff --git a/src/screens/Inventory/index.js b/awx/ui_next/src/screens/Inventory/index.js similarity index 100% rename from src/screens/Inventory/index.js rename to awx/ui_next/src/screens/Inventory/index.js diff --git a/src/screens/InventoryScript/InventoryScripts.jsx b/awx/ui_next/src/screens/InventoryScript/InventoryScripts.jsx similarity index 100% rename from src/screens/InventoryScript/InventoryScripts.jsx rename to awx/ui_next/src/screens/InventoryScript/InventoryScripts.jsx diff --git a/src/screens/InventoryScript/InventoryScripts.test.jsx b/awx/ui_next/src/screens/InventoryScript/InventoryScripts.test.jsx similarity index 100% rename from src/screens/InventoryScript/InventoryScripts.test.jsx rename to awx/ui_next/src/screens/InventoryScript/InventoryScripts.test.jsx diff --git a/src/screens/InventoryScript/index.js b/awx/ui_next/src/screens/InventoryScript/index.js similarity index 100% rename from src/screens/InventoryScript/index.js rename to awx/ui_next/src/screens/InventoryScript/index.js diff --git a/src/screens/Job/Job.jsx b/awx/ui_next/src/screens/Job/Job.jsx similarity index 100% rename from src/screens/Job/Job.jsx rename to awx/ui_next/src/screens/Job/Job.jsx diff --git a/src/screens/Job/Job.test.jsx b/awx/ui_next/src/screens/Job/Job.test.jsx similarity index 100% rename from src/screens/Job/Job.test.jsx rename to awx/ui_next/src/screens/Job/Job.test.jsx diff --git a/src/screens/Job/JobDetail/JobDetail.jsx b/awx/ui_next/src/screens/Job/JobDetail/JobDetail.jsx similarity index 100% rename from src/screens/Job/JobDetail/JobDetail.jsx rename to awx/ui_next/src/screens/Job/JobDetail/JobDetail.jsx diff --git a/src/screens/Job/JobDetail/JobDetail.test.jsx b/awx/ui_next/src/screens/Job/JobDetail/JobDetail.test.jsx similarity index 100% rename from src/screens/Job/JobDetail/JobDetail.test.jsx rename to awx/ui_next/src/screens/Job/JobDetail/JobDetail.test.jsx diff --git a/src/screens/Job/JobDetail/index.js b/awx/ui_next/src/screens/Job/JobDetail/index.js similarity index 100% rename from src/screens/Job/JobDetail/index.js rename to awx/ui_next/src/screens/Job/JobDetail/index.js diff --git a/src/screens/Job/JobList/JobList.jsx b/awx/ui_next/src/screens/Job/JobList/JobList.jsx similarity index 100% rename from src/screens/Job/JobList/JobList.jsx rename to awx/ui_next/src/screens/Job/JobList/JobList.jsx diff --git a/src/screens/Job/JobList/JobList.test.jsx b/awx/ui_next/src/screens/Job/JobList/JobList.test.jsx similarity index 100% rename from src/screens/Job/JobList/JobList.test.jsx rename to awx/ui_next/src/screens/Job/JobList/JobList.test.jsx diff --git a/src/screens/Job/JobList/JobListItem.jsx b/awx/ui_next/src/screens/Job/JobList/JobListItem.jsx similarity index 100% rename from src/screens/Job/JobList/JobListItem.jsx rename to awx/ui_next/src/screens/Job/JobList/JobListItem.jsx diff --git a/src/screens/Job/JobList/JobListItem.test.jsx b/awx/ui_next/src/screens/Job/JobList/JobListItem.test.jsx similarity index 100% rename from src/screens/Job/JobList/JobListItem.test.jsx rename to awx/ui_next/src/screens/Job/JobList/JobListItem.test.jsx diff --git a/src/screens/Job/JobList/index.js b/awx/ui_next/src/screens/Job/JobList/index.js similarity index 100% rename from src/screens/Job/JobList/index.js rename to awx/ui_next/src/screens/Job/JobList/index.js diff --git a/src/screens/Job/JobOutput/JobOutput.jsx b/awx/ui_next/src/screens/Job/JobOutput/JobOutput.jsx similarity index 100% rename from src/screens/Job/JobOutput/JobOutput.jsx rename to awx/ui_next/src/screens/Job/JobOutput/JobOutput.jsx diff --git a/src/screens/Job/JobOutput/JobOutput.test.jsx b/awx/ui_next/src/screens/Job/JobOutput/JobOutput.test.jsx similarity index 100% rename from src/screens/Job/JobOutput/JobOutput.test.jsx rename to awx/ui_next/src/screens/Job/JobOutput/JobOutput.test.jsx diff --git a/src/screens/Job/JobOutput/index.js b/awx/ui_next/src/screens/Job/JobOutput/index.js similarity index 100% rename from src/screens/Job/JobOutput/index.js rename to awx/ui_next/src/screens/Job/JobOutput/index.js diff --git a/src/screens/Job/Jobs.jsx b/awx/ui_next/src/screens/Job/Jobs.jsx similarity index 100% rename from src/screens/Job/Jobs.jsx rename to awx/ui_next/src/screens/Job/Jobs.jsx diff --git a/src/screens/Job/Jobs.test.jsx b/awx/ui_next/src/screens/Job/Jobs.test.jsx similarity index 100% rename from src/screens/Job/Jobs.test.jsx rename to awx/ui_next/src/screens/Job/Jobs.test.jsx diff --git a/src/screens/Job/index.js b/awx/ui_next/src/screens/Job/index.js similarity index 100% rename from src/screens/Job/index.js rename to awx/ui_next/src/screens/Job/index.js diff --git a/src/screens/JobsSetting/JobsSettings.jsx b/awx/ui_next/src/screens/JobsSetting/JobsSettings.jsx similarity index 100% rename from src/screens/JobsSetting/JobsSettings.jsx rename to awx/ui_next/src/screens/JobsSetting/JobsSettings.jsx diff --git a/src/screens/JobsSetting/JobsSettings.test.jsx b/awx/ui_next/src/screens/JobsSetting/JobsSettings.test.jsx similarity index 100% rename from src/screens/JobsSetting/JobsSettings.test.jsx rename to awx/ui_next/src/screens/JobsSetting/JobsSettings.test.jsx diff --git a/src/screens/JobsSetting/index.js b/awx/ui_next/src/screens/JobsSetting/index.js similarity index 100% rename from src/screens/JobsSetting/index.js rename to awx/ui_next/src/screens/JobsSetting/index.js diff --git a/src/screens/License/License.jsx b/awx/ui_next/src/screens/License/License.jsx similarity index 100% rename from src/screens/License/License.jsx rename to awx/ui_next/src/screens/License/License.jsx diff --git a/src/screens/License/License.test.jsx b/awx/ui_next/src/screens/License/License.test.jsx similarity index 100% rename from src/screens/License/License.test.jsx rename to awx/ui_next/src/screens/License/License.test.jsx diff --git a/src/screens/License/index.js b/awx/ui_next/src/screens/License/index.js similarity index 100% rename from src/screens/License/index.js rename to awx/ui_next/src/screens/License/index.js diff --git a/src/screens/Login/Login.jsx b/awx/ui_next/src/screens/Login/Login.jsx similarity index 100% rename from src/screens/Login/Login.jsx rename to awx/ui_next/src/screens/Login/Login.jsx diff --git a/src/screens/Login/Login.test.jsx b/awx/ui_next/src/screens/Login/Login.test.jsx similarity index 100% rename from src/screens/Login/Login.test.jsx rename to awx/ui_next/src/screens/Login/Login.test.jsx diff --git a/src/screens/Login/index.js b/awx/ui_next/src/screens/Login/index.js similarity index 100% rename from src/screens/Login/index.js rename to awx/ui_next/src/screens/Login/index.js diff --git a/src/screens/ManagementJob/ManagementJobs.jsx b/awx/ui_next/src/screens/ManagementJob/ManagementJobs.jsx similarity index 100% rename from src/screens/ManagementJob/ManagementJobs.jsx rename to awx/ui_next/src/screens/ManagementJob/ManagementJobs.jsx diff --git a/src/screens/ManagementJob/ManagementJobs.test.jsx b/awx/ui_next/src/screens/ManagementJob/ManagementJobs.test.jsx similarity index 100% rename from src/screens/ManagementJob/ManagementJobs.test.jsx rename to awx/ui_next/src/screens/ManagementJob/ManagementJobs.test.jsx diff --git a/src/screens/ManagementJob/index.js b/awx/ui_next/src/screens/ManagementJob/index.js similarity index 100% rename from src/screens/ManagementJob/index.js rename to awx/ui_next/src/screens/ManagementJob/index.js diff --git a/src/screens/NotificationTemplate/NotifcationTemplates.test.jsx b/awx/ui_next/src/screens/NotificationTemplate/NotifcationTemplates.test.jsx similarity index 100% rename from src/screens/NotificationTemplate/NotifcationTemplates.test.jsx rename to awx/ui_next/src/screens/NotificationTemplate/NotifcationTemplates.test.jsx diff --git a/src/screens/NotificationTemplate/NotificationTemplates.jsx b/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplates.jsx similarity index 100% rename from src/screens/NotificationTemplate/NotificationTemplates.jsx rename to awx/ui_next/src/screens/NotificationTemplate/NotificationTemplates.jsx diff --git a/src/screens/NotificationTemplate/index.js b/awx/ui_next/src/screens/NotificationTemplate/index.js similarity index 100% rename from src/screens/NotificationTemplate/index.js rename to awx/ui_next/src/screens/NotificationTemplate/index.js diff --git a/src/screens/Organization/Organization.jsx b/awx/ui_next/src/screens/Organization/Organization.jsx similarity index 100% rename from src/screens/Organization/Organization.jsx rename to awx/ui_next/src/screens/Organization/Organization.jsx diff --git a/src/screens/Organization/Organization.test.jsx b/awx/ui_next/src/screens/Organization/Organization.test.jsx similarity index 100% rename from src/screens/Organization/Organization.test.jsx rename to awx/ui_next/src/screens/Organization/Organization.test.jsx diff --git a/src/screens/Organization/OrganizationAccess/DeleteRoleConfirmationModal.jsx b/awx/ui_next/src/screens/Organization/OrganizationAccess/DeleteRoleConfirmationModal.jsx similarity index 100% rename from src/screens/Organization/OrganizationAccess/DeleteRoleConfirmationModal.jsx rename to awx/ui_next/src/screens/Organization/OrganizationAccess/DeleteRoleConfirmationModal.jsx diff --git a/src/screens/Organization/OrganizationAccess/DeleteRoleConfirmationModal.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationAccess/DeleteRoleConfirmationModal.test.jsx similarity index 100% rename from src/screens/Organization/OrganizationAccess/DeleteRoleConfirmationModal.test.jsx rename to awx/ui_next/src/screens/Organization/OrganizationAccess/DeleteRoleConfirmationModal.test.jsx diff --git a/src/screens/Organization/OrganizationAccess/OrganizationAccess.jsx b/awx/ui_next/src/screens/Organization/OrganizationAccess/OrganizationAccess.jsx similarity index 100% rename from src/screens/Organization/OrganizationAccess/OrganizationAccess.jsx rename to awx/ui_next/src/screens/Organization/OrganizationAccess/OrganizationAccess.jsx diff --git a/src/screens/Organization/OrganizationAccess/OrganizationAccess.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationAccess/OrganizationAccess.test.jsx similarity index 100% rename from src/screens/Organization/OrganizationAccess/OrganizationAccess.test.jsx rename to awx/ui_next/src/screens/Organization/OrganizationAccess/OrganizationAccess.test.jsx diff --git a/src/screens/Organization/OrganizationAccess/OrganizationAccessItem.jsx b/awx/ui_next/src/screens/Organization/OrganizationAccess/OrganizationAccessItem.jsx similarity index 100% rename from src/screens/Organization/OrganizationAccess/OrganizationAccessItem.jsx rename to awx/ui_next/src/screens/Organization/OrganizationAccess/OrganizationAccessItem.jsx diff --git a/src/screens/Organization/OrganizationAccess/OrganizationAccessItem.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationAccess/OrganizationAccessItem.test.jsx similarity index 100% rename from src/screens/Organization/OrganizationAccess/OrganizationAccessItem.test.jsx rename to awx/ui_next/src/screens/Organization/OrganizationAccess/OrganizationAccessItem.test.jsx diff --git a/src/screens/Organization/OrganizationAccess/__snapshots__/DeleteRoleConfirmationModal.test.jsx.snap b/awx/ui_next/src/screens/Organization/OrganizationAccess/__snapshots__/DeleteRoleConfirmationModal.test.jsx.snap similarity index 100% rename from src/screens/Organization/OrganizationAccess/__snapshots__/DeleteRoleConfirmationModal.test.jsx.snap rename to awx/ui_next/src/screens/Organization/OrganizationAccess/__snapshots__/DeleteRoleConfirmationModal.test.jsx.snap diff --git a/src/screens/Organization/OrganizationAccess/__snapshots__/OrganizationAccess.test.jsx.snap b/awx/ui_next/src/screens/Organization/OrganizationAccess/__snapshots__/OrganizationAccess.test.jsx.snap similarity index 100% rename from src/screens/Organization/OrganizationAccess/__snapshots__/OrganizationAccess.test.jsx.snap rename to awx/ui_next/src/screens/Organization/OrganizationAccess/__snapshots__/OrganizationAccess.test.jsx.snap diff --git a/src/screens/Organization/OrganizationAccess/__snapshots__/OrganizationAccessItem.test.jsx.snap b/awx/ui_next/src/screens/Organization/OrganizationAccess/__snapshots__/OrganizationAccessItem.test.jsx.snap similarity index 100% rename from src/screens/Organization/OrganizationAccess/__snapshots__/OrganizationAccessItem.test.jsx.snap rename to awx/ui_next/src/screens/Organization/OrganizationAccess/__snapshots__/OrganizationAccessItem.test.jsx.snap diff --git a/src/screens/Organization/OrganizationAccess/index.js b/awx/ui_next/src/screens/Organization/OrganizationAccess/index.js similarity index 100% rename from src/screens/Organization/OrganizationAccess/index.js rename to awx/ui_next/src/screens/Organization/OrganizationAccess/index.js diff --git a/src/screens/Organization/OrganizationAdd/OrganizationAdd.jsx b/awx/ui_next/src/screens/Organization/OrganizationAdd/OrganizationAdd.jsx similarity index 100% rename from src/screens/Organization/OrganizationAdd/OrganizationAdd.jsx rename to awx/ui_next/src/screens/Organization/OrganizationAdd/OrganizationAdd.jsx diff --git a/src/screens/Organization/OrganizationAdd/OrganizationAdd.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationAdd/OrganizationAdd.test.jsx similarity index 100% rename from src/screens/Organization/OrganizationAdd/OrganizationAdd.test.jsx rename to awx/ui_next/src/screens/Organization/OrganizationAdd/OrganizationAdd.test.jsx diff --git a/src/screens/Organization/OrganizationAdd/index.js b/awx/ui_next/src/screens/Organization/OrganizationAdd/index.js similarity index 100% rename from src/screens/Organization/OrganizationAdd/index.js rename to awx/ui_next/src/screens/Organization/OrganizationAdd/index.js diff --git a/src/screens/Organization/OrganizationDetail/OrganizationDetail.jsx b/awx/ui_next/src/screens/Organization/OrganizationDetail/OrganizationDetail.jsx similarity index 100% rename from src/screens/Organization/OrganizationDetail/OrganizationDetail.jsx rename to awx/ui_next/src/screens/Organization/OrganizationDetail/OrganizationDetail.jsx diff --git a/src/screens/Organization/OrganizationDetail/OrganizationDetail.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationDetail/OrganizationDetail.test.jsx similarity index 100% rename from src/screens/Organization/OrganizationDetail/OrganizationDetail.test.jsx rename to awx/ui_next/src/screens/Organization/OrganizationDetail/OrganizationDetail.test.jsx diff --git a/src/screens/Organization/OrganizationDetail/index.js b/awx/ui_next/src/screens/Organization/OrganizationDetail/index.js similarity index 100% rename from src/screens/Organization/OrganizationDetail/index.js rename to awx/ui_next/src/screens/Organization/OrganizationDetail/index.js diff --git a/src/screens/Organization/OrganizationEdit/OrganizationEdit.jsx b/awx/ui_next/src/screens/Organization/OrganizationEdit/OrganizationEdit.jsx similarity index 100% rename from src/screens/Organization/OrganizationEdit/OrganizationEdit.jsx rename to awx/ui_next/src/screens/Organization/OrganizationEdit/OrganizationEdit.jsx diff --git a/src/screens/Organization/OrganizationEdit/OrganizationEdit.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationEdit/OrganizationEdit.test.jsx similarity index 100% rename from src/screens/Organization/OrganizationEdit/OrganizationEdit.test.jsx rename to awx/ui_next/src/screens/Organization/OrganizationEdit/OrganizationEdit.test.jsx diff --git a/src/screens/Organization/OrganizationEdit/index.js b/awx/ui_next/src/screens/Organization/OrganizationEdit/index.js similarity index 100% rename from src/screens/Organization/OrganizationEdit/index.js rename to awx/ui_next/src/screens/Organization/OrganizationEdit/index.js diff --git a/src/screens/Organization/OrganizationList/OrganizationList.jsx b/awx/ui_next/src/screens/Organization/OrganizationList/OrganizationList.jsx similarity index 100% rename from src/screens/Organization/OrganizationList/OrganizationList.jsx rename to awx/ui_next/src/screens/Organization/OrganizationList/OrganizationList.jsx diff --git a/src/screens/Organization/OrganizationList/OrganizationList.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationList/OrganizationList.test.jsx similarity index 100% rename from src/screens/Organization/OrganizationList/OrganizationList.test.jsx rename to awx/ui_next/src/screens/Organization/OrganizationList/OrganizationList.test.jsx diff --git a/src/screens/Organization/OrganizationList/OrganizationListItem.jsx b/awx/ui_next/src/screens/Organization/OrganizationList/OrganizationListItem.jsx similarity index 100% rename from src/screens/Organization/OrganizationList/OrganizationListItem.jsx rename to awx/ui_next/src/screens/Organization/OrganizationList/OrganizationListItem.jsx diff --git a/src/screens/Organization/OrganizationList/OrganizationListItem.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationList/OrganizationListItem.test.jsx similarity index 100% rename from src/screens/Organization/OrganizationList/OrganizationListItem.test.jsx rename to awx/ui_next/src/screens/Organization/OrganizationList/OrganizationListItem.test.jsx diff --git a/src/screens/Organization/OrganizationList/index.js b/awx/ui_next/src/screens/Organization/OrganizationList/index.js similarity index 100% rename from src/screens/Organization/OrganizationList/index.js rename to awx/ui_next/src/screens/Organization/OrganizationList/index.js diff --git a/src/screens/Organization/OrganizationNotifications/OrganizationNotifications.jsx b/awx/ui_next/src/screens/Organization/OrganizationNotifications/OrganizationNotifications.jsx similarity index 100% rename from src/screens/Organization/OrganizationNotifications/OrganizationNotifications.jsx rename to awx/ui_next/src/screens/Organization/OrganizationNotifications/OrganizationNotifications.jsx diff --git a/src/screens/Organization/OrganizationNotifications/OrganizationNotifications.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationNotifications/OrganizationNotifications.test.jsx similarity index 100% rename from src/screens/Organization/OrganizationNotifications/OrganizationNotifications.test.jsx rename to awx/ui_next/src/screens/Organization/OrganizationNotifications/OrganizationNotifications.test.jsx diff --git a/src/screens/Organization/OrganizationNotifications/__snapshots__/OrganizationNotifications.test.jsx.snap b/awx/ui_next/src/screens/Organization/OrganizationNotifications/__snapshots__/OrganizationNotifications.test.jsx.snap similarity index 100% rename from src/screens/Organization/OrganizationNotifications/__snapshots__/OrganizationNotifications.test.jsx.snap rename to awx/ui_next/src/screens/Organization/OrganizationNotifications/__snapshots__/OrganizationNotifications.test.jsx.snap diff --git a/src/screens/Organization/OrganizationNotifications/index.js b/awx/ui_next/src/screens/Organization/OrganizationNotifications/index.js similarity index 100% rename from src/screens/Organization/OrganizationNotifications/index.js rename to awx/ui_next/src/screens/Organization/OrganizationNotifications/index.js diff --git a/src/screens/Organization/OrganizationTeams/OrganizationTeams.jsx b/awx/ui_next/src/screens/Organization/OrganizationTeams/OrganizationTeams.jsx similarity index 100% rename from src/screens/Organization/OrganizationTeams/OrganizationTeams.jsx rename to awx/ui_next/src/screens/Organization/OrganizationTeams/OrganizationTeams.jsx diff --git a/src/screens/Organization/OrganizationTeams/OrganizationTeams.test.jsx b/awx/ui_next/src/screens/Organization/OrganizationTeams/OrganizationTeams.test.jsx similarity index 100% rename from src/screens/Organization/OrganizationTeams/OrganizationTeams.test.jsx rename to awx/ui_next/src/screens/Organization/OrganizationTeams/OrganizationTeams.test.jsx diff --git a/src/screens/Organization/OrganizationTeams/index.js b/awx/ui_next/src/screens/Organization/OrganizationTeams/index.js similarity index 100% rename from src/screens/Organization/OrganizationTeams/index.js rename to awx/ui_next/src/screens/Organization/OrganizationTeams/index.js diff --git a/src/screens/Organization/Organizations.jsx b/awx/ui_next/src/screens/Organization/Organizations.jsx similarity index 100% rename from src/screens/Organization/Organizations.jsx rename to awx/ui_next/src/screens/Organization/Organizations.jsx diff --git a/src/screens/Organization/Organizations.test.jsx b/awx/ui_next/src/screens/Organization/Organizations.test.jsx similarity index 100% rename from src/screens/Organization/Organizations.test.jsx rename to awx/ui_next/src/screens/Organization/Organizations.test.jsx diff --git a/src/screens/Organization/index.js b/awx/ui_next/src/screens/Organization/index.js similarity index 100% rename from src/screens/Organization/index.js rename to awx/ui_next/src/screens/Organization/index.js diff --git a/src/screens/Organization/shared/InstanceGroupsLookup.jsx b/awx/ui_next/src/screens/Organization/shared/InstanceGroupsLookup.jsx similarity index 100% rename from src/screens/Organization/shared/InstanceGroupsLookup.jsx rename to awx/ui_next/src/screens/Organization/shared/InstanceGroupsLookup.jsx diff --git a/src/screens/Organization/shared/OrganizationForm.jsx b/awx/ui_next/src/screens/Organization/shared/OrganizationForm.jsx similarity index 100% rename from src/screens/Organization/shared/OrganizationForm.jsx rename to awx/ui_next/src/screens/Organization/shared/OrganizationForm.jsx diff --git a/src/screens/Organization/shared/OrganizationForm.test.jsx b/awx/ui_next/src/screens/Organization/shared/OrganizationForm.test.jsx similarity index 100% rename from src/screens/Organization/shared/OrganizationForm.test.jsx rename to awx/ui_next/src/screens/Organization/shared/OrganizationForm.test.jsx diff --git a/src/screens/Organization/shared/index.js b/awx/ui_next/src/screens/Organization/shared/index.js similarity index 100% rename from src/screens/Organization/shared/index.js rename to awx/ui_next/src/screens/Organization/shared/index.js diff --git a/src/screens/Portal/Portal.jsx b/awx/ui_next/src/screens/Portal/Portal.jsx similarity index 100% rename from src/screens/Portal/Portal.jsx rename to awx/ui_next/src/screens/Portal/Portal.jsx diff --git a/src/screens/Portal/Portal.test.jsx b/awx/ui_next/src/screens/Portal/Portal.test.jsx similarity index 100% rename from src/screens/Portal/Portal.test.jsx rename to awx/ui_next/src/screens/Portal/Portal.test.jsx diff --git a/src/screens/Portal/index.js b/awx/ui_next/src/screens/Portal/index.js similarity index 100% rename from src/screens/Portal/index.js rename to awx/ui_next/src/screens/Portal/index.js diff --git a/src/screens/Project/Projects.jsx b/awx/ui_next/src/screens/Project/Projects.jsx similarity index 100% rename from src/screens/Project/Projects.jsx rename to awx/ui_next/src/screens/Project/Projects.jsx diff --git a/src/screens/Project/Projects.test.jsx b/awx/ui_next/src/screens/Project/Projects.test.jsx similarity index 100% rename from src/screens/Project/Projects.test.jsx rename to awx/ui_next/src/screens/Project/Projects.test.jsx diff --git a/src/screens/Project/index.js b/awx/ui_next/src/screens/Project/index.js similarity index 100% rename from src/screens/Project/index.js rename to awx/ui_next/src/screens/Project/index.js diff --git a/src/screens/Schedule/Schedules.jsx b/awx/ui_next/src/screens/Schedule/Schedules.jsx similarity index 100% rename from src/screens/Schedule/Schedules.jsx rename to awx/ui_next/src/screens/Schedule/Schedules.jsx diff --git a/src/screens/Schedule/Schedules.test.jsx b/awx/ui_next/src/screens/Schedule/Schedules.test.jsx similarity index 100% rename from src/screens/Schedule/Schedules.test.jsx rename to awx/ui_next/src/screens/Schedule/Schedules.test.jsx diff --git a/src/screens/Schedule/index.js b/awx/ui_next/src/screens/Schedule/index.js similarity index 100% rename from src/screens/Schedule/index.js rename to awx/ui_next/src/screens/Schedule/index.js diff --git a/src/screens/SystemSetting/SystemSettings.jsx b/awx/ui_next/src/screens/SystemSetting/SystemSettings.jsx similarity index 100% rename from src/screens/SystemSetting/SystemSettings.jsx rename to awx/ui_next/src/screens/SystemSetting/SystemSettings.jsx diff --git a/src/screens/SystemSetting/SystemSettings.test.jsx b/awx/ui_next/src/screens/SystemSetting/SystemSettings.test.jsx similarity index 100% rename from src/screens/SystemSetting/SystemSettings.test.jsx rename to awx/ui_next/src/screens/SystemSetting/SystemSettings.test.jsx diff --git a/src/screens/SystemSetting/index.js b/awx/ui_next/src/screens/SystemSetting/index.js similarity index 100% rename from src/screens/SystemSetting/index.js rename to awx/ui_next/src/screens/SystemSetting/index.js diff --git a/src/screens/Team/Teams.jsx b/awx/ui_next/src/screens/Team/Teams.jsx similarity index 100% rename from src/screens/Team/Teams.jsx rename to awx/ui_next/src/screens/Team/Teams.jsx diff --git a/src/screens/Team/Teams.test.jsx b/awx/ui_next/src/screens/Team/Teams.test.jsx similarity index 100% rename from src/screens/Team/Teams.test.jsx rename to awx/ui_next/src/screens/Team/Teams.test.jsx diff --git a/src/screens/Team/index.js b/awx/ui_next/src/screens/Team/index.js similarity index 100% rename from src/screens/Team/index.js rename to awx/ui_next/src/screens/Team/index.js diff --git a/src/screens/Template/JobTemplateDetail/JobTemplateDetail.jsx b/awx/ui_next/src/screens/Template/JobTemplateDetail/JobTemplateDetail.jsx similarity index 100% rename from src/screens/Template/JobTemplateDetail/JobTemplateDetail.jsx rename to awx/ui_next/src/screens/Template/JobTemplateDetail/JobTemplateDetail.jsx diff --git a/src/screens/Template/JobTemplateDetail/JobTemplateDetail.test.jsx b/awx/ui_next/src/screens/Template/JobTemplateDetail/JobTemplateDetail.test.jsx similarity index 100% rename from src/screens/Template/JobTemplateDetail/JobTemplateDetail.test.jsx rename to awx/ui_next/src/screens/Template/JobTemplateDetail/JobTemplateDetail.test.jsx diff --git a/src/screens/Template/JobTemplateDetail/__snapshots__/JobTemplateDetail.test.jsx.snap b/awx/ui_next/src/screens/Template/JobTemplateDetail/__snapshots__/JobTemplateDetail.test.jsx.snap similarity index 100% rename from src/screens/Template/JobTemplateDetail/__snapshots__/JobTemplateDetail.test.jsx.snap rename to awx/ui_next/src/screens/Template/JobTemplateDetail/__snapshots__/JobTemplateDetail.test.jsx.snap diff --git a/src/screens/Template/JobTemplateDetail/index.js b/awx/ui_next/src/screens/Template/JobTemplateDetail/index.js similarity index 100% rename from src/screens/Template/JobTemplateDetail/index.js rename to awx/ui_next/src/screens/Template/JobTemplateDetail/index.js diff --git a/src/screens/Template/JobTemplateEdit/JobTemplateEdit.jsx b/awx/ui_next/src/screens/Template/JobTemplateEdit/JobTemplateEdit.jsx similarity index 100% rename from src/screens/Template/JobTemplateEdit/JobTemplateEdit.jsx rename to awx/ui_next/src/screens/Template/JobTemplateEdit/JobTemplateEdit.jsx diff --git a/src/screens/Template/JobTemplateEdit/JobTemplateEdit.test.jsx b/awx/ui_next/src/screens/Template/JobTemplateEdit/JobTemplateEdit.test.jsx similarity index 100% rename from src/screens/Template/JobTemplateEdit/JobTemplateEdit.test.jsx rename to awx/ui_next/src/screens/Template/JobTemplateEdit/JobTemplateEdit.test.jsx diff --git a/src/screens/Template/JobTemplateEdit/index.js b/awx/ui_next/src/screens/Template/JobTemplateEdit/index.js similarity index 100% rename from src/screens/Template/JobTemplateEdit/index.js rename to awx/ui_next/src/screens/Template/JobTemplateEdit/index.js diff --git a/src/screens/Template/Template.jsx b/awx/ui_next/src/screens/Template/Template.jsx similarity index 100% rename from src/screens/Template/Template.jsx rename to awx/ui_next/src/screens/Template/Template.jsx diff --git a/src/screens/Template/Template.test.jsx b/awx/ui_next/src/screens/Template/Template.test.jsx similarity index 100% rename from src/screens/Template/Template.test.jsx rename to awx/ui_next/src/screens/Template/Template.test.jsx diff --git a/src/screens/Template/TemplateList/TemplateList.jsx b/awx/ui_next/src/screens/Template/TemplateList/TemplateList.jsx similarity index 100% rename from src/screens/Template/TemplateList/TemplateList.jsx rename to awx/ui_next/src/screens/Template/TemplateList/TemplateList.jsx diff --git a/src/screens/Template/TemplateList/TemplateListItem.jsx b/awx/ui_next/src/screens/Template/TemplateList/TemplateListItem.jsx similarity index 100% rename from src/screens/Template/TemplateList/TemplateListItem.jsx rename to awx/ui_next/src/screens/Template/TemplateList/TemplateListItem.jsx diff --git a/src/screens/Template/TemplateList/TemplatesList.test.jsx b/awx/ui_next/src/screens/Template/TemplateList/TemplatesList.test.jsx similarity index 100% rename from src/screens/Template/TemplateList/TemplatesList.test.jsx rename to awx/ui_next/src/screens/Template/TemplateList/TemplatesList.test.jsx diff --git a/src/screens/Template/TemplateList/TemplatesListItem.test.jsx b/awx/ui_next/src/screens/Template/TemplateList/TemplatesListItem.test.jsx similarity index 100% rename from src/screens/Template/TemplateList/TemplatesListItem.test.jsx rename to awx/ui_next/src/screens/Template/TemplateList/TemplatesListItem.test.jsx diff --git a/src/screens/Template/TemplateList/index.js b/awx/ui_next/src/screens/Template/TemplateList/index.js similarity index 100% rename from src/screens/Template/TemplateList/index.js rename to awx/ui_next/src/screens/Template/TemplateList/index.js diff --git a/src/screens/Template/Templates.jsx b/awx/ui_next/src/screens/Template/Templates.jsx similarity index 100% rename from src/screens/Template/Templates.jsx rename to awx/ui_next/src/screens/Template/Templates.jsx diff --git a/src/screens/Template/Templates.test.jsx b/awx/ui_next/src/screens/Template/Templates.test.jsx similarity index 100% rename from src/screens/Template/Templates.test.jsx rename to awx/ui_next/src/screens/Template/Templates.test.jsx diff --git a/src/screens/Template/index.js b/awx/ui_next/src/screens/Template/index.js similarity index 100% rename from src/screens/Template/index.js rename to awx/ui_next/src/screens/Template/index.js diff --git a/src/screens/Template/shared/TemplateForm.jsx b/awx/ui_next/src/screens/Template/shared/TemplateForm.jsx similarity index 100% rename from src/screens/Template/shared/TemplateForm.jsx rename to awx/ui_next/src/screens/Template/shared/TemplateForm.jsx diff --git a/src/screens/Template/shared/TemplateForm.test.jsx b/awx/ui_next/src/screens/Template/shared/TemplateForm.test.jsx similarity index 100% rename from src/screens/Template/shared/TemplateForm.test.jsx rename to awx/ui_next/src/screens/Template/shared/TemplateForm.test.jsx diff --git a/src/screens/Template/shared/index.js b/awx/ui_next/src/screens/Template/shared/index.js similarity index 100% rename from src/screens/Template/shared/index.js rename to awx/ui_next/src/screens/Template/shared/index.js diff --git a/src/screens/UISetting/UISettings.jsx b/awx/ui_next/src/screens/UISetting/UISettings.jsx similarity index 100% rename from src/screens/UISetting/UISettings.jsx rename to awx/ui_next/src/screens/UISetting/UISettings.jsx diff --git a/src/screens/UISetting/UISettings.test.jsx b/awx/ui_next/src/screens/UISetting/UISettings.test.jsx similarity index 100% rename from src/screens/UISetting/UISettings.test.jsx rename to awx/ui_next/src/screens/UISetting/UISettings.test.jsx diff --git a/src/screens/UISetting/index.js b/awx/ui_next/src/screens/UISetting/index.js similarity index 100% rename from src/screens/UISetting/index.js rename to awx/ui_next/src/screens/UISetting/index.js diff --git a/src/screens/User/Users.jsx b/awx/ui_next/src/screens/User/Users.jsx similarity index 100% rename from src/screens/User/Users.jsx rename to awx/ui_next/src/screens/User/Users.jsx diff --git a/src/screens/User/Users.test.jsx b/awx/ui_next/src/screens/User/Users.test.jsx similarity index 100% rename from src/screens/User/Users.test.jsx rename to awx/ui_next/src/screens/User/Users.test.jsx diff --git a/src/screens/User/index.js b/awx/ui_next/src/screens/User/index.js similarity index 100% rename from src/screens/User/index.js rename to awx/ui_next/src/screens/User/index.js diff --git a/src/types.js b/awx/ui_next/src/types.js similarity index 100% rename from src/types.js rename to awx/ui_next/src/types.js diff --git a/src/util/auth.js b/awx/ui_next/src/util/auth.js similarity index 100% rename from src/util/auth.js rename to awx/ui_next/src/util/auth.js diff --git a/src/util/auth.test.js b/awx/ui_next/src/util/auth.test.js similarity index 100% rename from src/util/auth.test.js rename to awx/ui_next/src/util/auth.test.js diff --git a/src/util/qs.js b/awx/ui_next/src/util/qs.js similarity index 100% rename from src/util/qs.js rename to awx/ui_next/src/util/qs.js diff --git a/src/util/qs.test.js b/awx/ui_next/src/util/qs.test.js similarity index 100% rename from src/util/qs.test.js rename to awx/ui_next/src/util/qs.test.js diff --git a/src/util/strings.js b/awx/ui_next/src/util/strings.js similarity index 100% rename from src/util/strings.js rename to awx/ui_next/src/util/strings.js diff --git a/src/util/strings.test.js b/awx/ui_next/src/util/strings.test.js similarity index 100% rename from src/util/strings.test.js rename to awx/ui_next/src/util/strings.test.js diff --git a/src/util/validators.jsx b/awx/ui_next/src/util/validators.jsx similarity index 100% rename from src/util/validators.jsx rename to awx/ui_next/src/util/validators.jsx diff --git a/src/util/validators.test.js b/awx/ui_next/src/util/validators.test.js similarity index 100% rename from src/util/validators.test.js rename to awx/ui_next/src/util/validators.test.js diff --git a/src/util/yaml.js b/awx/ui_next/src/util/yaml.js similarity index 100% rename from src/util/yaml.js rename to awx/ui_next/src/util/yaml.js diff --git a/src/util/yaml.test.js b/awx/ui_next/src/util/yaml.test.js similarity index 100% rename from src/util/yaml.test.js rename to awx/ui_next/src/util/yaml.test.js diff --git a/src/variables.js b/awx/ui_next/src/variables.js similarity index 100% rename from src/variables.js rename to awx/ui_next/src/variables.js diff --git a/testUtils/.eslintrc b/awx/ui_next/testUtils/.eslintrc similarity index 100% rename from testUtils/.eslintrc rename to awx/ui_next/testUtils/.eslintrc diff --git a/testUtils/__snapshots__/enzymeHelpers.test.jsx.snap b/awx/ui_next/testUtils/__snapshots__/enzymeHelpers.test.jsx.snap similarity index 100% rename from testUtils/__snapshots__/enzymeHelpers.test.jsx.snap rename to awx/ui_next/testUtils/__snapshots__/enzymeHelpers.test.jsx.snap diff --git a/testUtils/apiReusable.jsx b/awx/ui_next/testUtils/apiReusable.jsx similarity index 100% rename from testUtils/apiReusable.jsx rename to awx/ui_next/testUtils/apiReusable.jsx diff --git a/testUtils/enzymeHelpers.jsx b/awx/ui_next/testUtils/enzymeHelpers.jsx similarity index 100% rename from testUtils/enzymeHelpers.jsx rename to awx/ui_next/testUtils/enzymeHelpers.jsx diff --git a/testUtils/enzymeHelpers.test.jsx b/awx/ui_next/testUtils/enzymeHelpers.test.jsx similarity index 100% rename from testUtils/enzymeHelpers.test.jsx rename to awx/ui_next/testUtils/enzymeHelpers.test.jsx diff --git a/testUtils/testUtils.js b/awx/ui_next/testUtils/testUtils.js similarity index 100% rename from testUtils/testUtils.js rename to awx/ui_next/testUtils/testUtils.js diff --git a/webpack.config.js b/awx/ui_next/webpack.config.js similarity index 100% rename from webpack.config.js rename to awx/ui_next/webpack.config.js