diff --git a/chronograf/ui/.browserslistrc b/ui/.browserslistrc similarity index 100% rename from chronograf/ui/.browserslistrc rename to ui/.browserslistrc diff --git a/chronograf/ui/.npmrc b/ui/.npmrc similarity index 100% rename from chronograf/ui/.npmrc rename to ui/.npmrc diff --git a/chronograf/ui/Makefile b/ui/Makefile similarity index 100% rename from chronograf/ui/Makefile rename to ui/Makefile diff --git a/chronograf/ui/README.md b/ui/README.md similarity index 100% rename from chronograf/ui/README.md rename to ui/README.md diff --git a/chronograf/ui/assets/images/auth-bg.svg b/ui/assets/images/auth-bg.svg similarity index 100% rename from chronograf/ui/assets/images/auth-bg.svg rename to ui/assets/images/auth-bg.svg diff --git a/chronograf/ui/assets/images/auth-logo.svg b/ui/assets/images/auth-logo.svg similarity index 100% rename from chronograf/ui/assets/images/auth-logo.svg rename to ui/assets/images/auth-logo.svg diff --git a/chronograf/ui/assets/images/cubo_doodle.svg b/ui/assets/images/cubo_doodle.svg similarity index 100% rename from chronograf/ui/assets/images/cubo_doodle.svg rename to ui/assets/images/cubo_doodle.svg diff --git a/chronograf/ui/assets/images/cubo_doodle_green.svg b/ui/assets/images/cubo_doodle_green.svg similarity index 100% rename from chronograf/ui/assets/images/cubo_doodle_green.svg rename to ui/assets/images/cubo_doodle_green.svg diff --git a/chronograf/ui/assets/images/drag-drop-icon--success.svg b/ui/assets/images/drag-drop-icon--success.svg similarity index 100% rename from chronograf/ui/assets/images/drag-drop-icon--success.svg rename to ui/assets/images/drag-drop-icon--success.svg diff --git a/chronograf/ui/assets/images/drag-drop-icon.svg b/ui/assets/images/drag-drop-icon.svg similarity index 100% rename from chronograf/ui/assets/images/drag-drop-icon.svg rename to ui/assets/images/drag-drop-icon.svg diff --git a/chronograf/ui/assets/images/favicon.ico b/ui/assets/images/favicon.ico similarity index 100% rename from chronograf/ui/assets/images/favicon.ico rename to ui/assets/images/favicon.ico diff --git a/chronograf/ui/assets/images/laser-spinner.png b/ui/assets/images/laser-spinner.png similarity index 100% rename from chronograf/ui/assets/images/laser-spinner.png rename to ui/assets/images/laser-spinner.png diff --git a/chronograf/ui/assets/images/log.svg b/ui/assets/images/log.svg similarity index 100% rename from chronograf/ui/assets/images/log.svg rename to ui/assets/images/log.svg diff --git a/chronograf/ui/assets/images/magnifier.svg b/ui/assets/images/magnifier.svg similarity index 100% rename from chronograf/ui/assets/images/magnifier.svg rename to ui/assets/images/magnifier.svg diff --git a/chronograf/ui/assets/images/no-logs.svg b/ui/assets/images/no-logs.svg similarity index 100% rename from chronograf/ui/assets/images/no-logs.svg rename to ui/assets/images/no-logs.svg diff --git a/chronograf/ui/index.d.ts b/ui/index.d.ts similarity index 100% rename from chronograf/ui/index.d.ts rename to ui/index.d.ts diff --git a/chronograf/ui/mocks/MockChild.tsx b/ui/mocks/MockChild.tsx similarity index 100% rename from chronograf/ui/mocks/MockChild.tsx rename to ui/mocks/MockChild.tsx diff --git a/chronograf/ui/mocks/dummy.ts b/ui/mocks/dummy.ts similarity index 100% rename from chronograf/ui/mocks/dummy.ts rename to ui/mocks/dummy.ts diff --git a/chronograf/ui/mocks/flux/apis/index.ts b/ui/mocks/flux/apis/index.ts similarity index 100% rename from chronograf/ui/mocks/flux/apis/index.ts rename to ui/mocks/flux/apis/index.ts diff --git a/chronograf/ui/mocks/kapacitor/apis/index.ts b/ui/mocks/kapacitor/apis/index.ts similarity index 100% rename from chronograf/ui/mocks/kapacitor/apis/index.ts rename to ui/mocks/kapacitor/apis/index.ts diff --git a/chronograf/ui/mocks/shared/apis/env.ts b/ui/mocks/shared/apis/env.ts similarity index 100% rename from chronograf/ui/mocks/shared/apis/env.ts rename to ui/mocks/shared/apis/env.ts diff --git a/chronograf/ui/mocks/shared/apis/index.ts b/ui/mocks/shared/apis/index.ts similarity index 100% rename from chronograf/ui/mocks/shared/apis/index.ts rename to ui/mocks/shared/apis/index.ts diff --git a/chronograf/ui/mocks/shared/apis/metaQuery.ts b/ui/mocks/shared/apis/metaQuery.ts similarity index 100% rename from chronograf/ui/mocks/shared/apis/metaQuery.ts rename to ui/mocks/shared/apis/metaQuery.ts diff --git a/chronograf/ui/mocks/sources/apis/index.ts b/ui/mocks/sources/apis/index.ts similarity index 100% rename from chronograf/ui/mocks/sources/apis/index.ts rename to ui/mocks/sources/apis/index.ts diff --git a/chronograf/ui/mocks/utils/ajax.ts b/ui/mocks/utils/ajax.ts similarity index 100% rename from chronograf/ui/mocks/utils/ajax.ts rename to ui/mocks/utils/ajax.ts diff --git a/chronograf/ui/package.json b/ui/package.json similarity index 100% rename from chronograf/ui/package.json rename to ui/package.json diff --git a/chronograf/ui/src/App.tsx b/ui/src/App.tsx similarity index 100% rename from chronograf/ui/src/App.tsx rename to ui/src/App.tsx diff --git a/chronograf/ui/src/Setup.tsx b/ui/src/Setup.tsx similarity index 100% rename from chronograf/ui/src/Setup.tsx rename to ui/src/Setup.tsx diff --git a/chronograf/ui/src/Signin.tsx b/ui/src/Signin.tsx similarity index 100% rename from chronograf/ui/src/Signin.tsx rename to ui/src/Signin.tsx diff --git a/chronograf/ui/src/clockface/README.md b/ui/src/clockface/README.md similarity index 100% rename from chronograf/ui/src/clockface/README.md rename to ui/src/clockface/README.md diff --git a/chronograf/ui/src/clockface/components/Button/Button.scss b/ui/src/clockface/components/Button/Button.scss similarity index 100% rename from chronograf/ui/src/clockface/components/Button/Button.scss rename to ui/src/clockface/components/Button/Button.scss diff --git a/chronograf/ui/src/clockface/components/Button/index.tsx b/ui/src/clockface/components/Button/index.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/Button/index.tsx rename to ui/src/clockface/components/Button/index.tsx diff --git a/chronograf/ui/src/clockface/components/card_select/CardSelectCard.scss b/ui/src/clockface/components/card_select/CardSelectCard.scss similarity index 100% rename from chronograf/ui/src/clockface/components/card_select/CardSelectCard.scss rename to ui/src/clockface/components/card_select/CardSelectCard.scss diff --git a/chronograf/ui/src/clockface/components/card_select/CardSelectCard.tsx b/ui/src/clockface/components/card_select/CardSelectCard.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/card_select/CardSelectCard.tsx rename to ui/src/clockface/components/card_select/CardSelectCard.tsx diff --git a/chronograf/ui/src/clockface/components/card_select/ProtoboardIcon.scss b/ui/src/clockface/components/card_select/ProtoboardIcon.scss similarity index 100% rename from chronograf/ui/src/clockface/components/card_select/ProtoboardIcon.scss rename to ui/src/clockface/components/card_select/ProtoboardIcon.scss diff --git a/chronograf/ui/src/clockface/components/card_select/ProtoboardIcon.tsx b/ui/src/clockface/components/card_select/ProtoboardIcon.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/card_select/ProtoboardIcon.tsx rename to ui/src/clockface/components/card_select/ProtoboardIcon.tsx diff --git a/chronograf/ui/src/clockface/components/card_select/test/CardSelectCard.test.tsx b/ui/src/clockface/components/card_select/test/CardSelectCard.test.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/card_select/test/CardSelectCard.test.tsx rename to ui/src/clockface/components/card_select/test/CardSelectCard.test.tsx diff --git a/chronograf/ui/src/clockface/components/card_select/test/__snapshots__/CardSelectCard.test.tsx.snap b/ui/src/clockface/components/card_select/test/__snapshots__/CardSelectCard.test.tsx.snap similarity index 100% rename from chronograf/ui/src/clockface/components/card_select/test/__snapshots__/CardSelectCard.test.tsx.snap rename to ui/src/clockface/components/card_select/test/__snapshots__/CardSelectCard.test.tsx.snap diff --git a/chronograf/ui/src/clockface/components/component_spacer/ComponentSpacer.scss b/ui/src/clockface/components/component_spacer/ComponentSpacer.scss similarity index 100% rename from chronograf/ui/src/clockface/components/component_spacer/ComponentSpacer.scss rename to ui/src/clockface/components/component_spacer/ComponentSpacer.scss diff --git a/chronograf/ui/src/clockface/components/component_spacer/ComponentSpacer.tsx b/ui/src/clockface/components/component_spacer/ComponentSpacer.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/component_spacer/ComponentSpacer.tsx rename to ui/src/clockface/components/component_spacer/ComponentSpacer.tsx diff --git a/chronograf/ui/src/clockface/components/dropdowns/Dropdown.md b/ui/src/clockface/components/dropdowns/Dropdown.md similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/Dropdown.md rename to ui/src/clockface/components/dropdowns/Dropdown.md diff --git a/chronograf/ui/src/clockface/components/dropdowns/Dropdown.scss b/ui/src/clockface/components/dropdowns/Dropdown.scss similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/Dropdown.scss rename to ui/src/clockface/components/dropdowns/Dropdown.scss diff --git a/chronograf/ui/src/clockface/components/dropdowns/Dropdown.tsx b/ui/src/clockface/components/dropdowns/Dropdown.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/Dropdown.tsx rename to ui/src/clockface/components/dropdowns/Dropdown.tsx diff --git a/chronograf/ui/src/clockface/components/dropdowns/DropdownButton.scss b/ui/src/clockface/components/dropdowns/DropdownButton.scss similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/DropdownButton.scss rename to ui/src/clockface/components/dropdowns/DropdownButton.scss diff --git a/chronograf/ui/src/clockface/components/dropdowns/DropdownButton.tsx b/ui/src/clockface/components/dropdowns/DropdownButton.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/DropdownButton.tsx rename to ui/src/clockface/components/dropdowns/DropdownButton.tsx diff --git a/chronograf/ui/src/clockface/components/dropdowns/DropdownDivider.tsx b/ui/src/clockface/components/dropdowns/DropdownDivider.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/DropdownDivider.tsx rename to ui/src/clockface/components/dropdowns/DropdownDivider.tsx diff --git a/chronograf/ui/src/clockface/components/dropdowns/DropdownItem.tsx b/ui/src/clockface/components/dropdowns/DropdownItem.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/DropdownItem.tsx rename to ui/src/clockface/components/dropdowns/DropdownItem.tsx diff --git a/chronograf/ui/src/clockface/components/dropdowns/MultiSelectDropdown.tsx b/ui/src/clockface/components/dropdowns/MultiSelectDropdown.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/MultiSelectDropdown.tsx rename to ui/src/clockface/components/dropdowns/MultiSelectDropdown.tsx diff --git a/chronograf/ui/src/clockface/components/dropdowns/test/Dropdown.test.tsx b/ui/src/clockface/components/dropdowns/test/Dropdown.test.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/test/Dropdown.test.tsx rename to ui/src/clockface/components/dropdowns/test/Dropdown.test.tsx diff --git a/chronograf/ui/src/clockface/components/dropdowns/test/MultiSelectDropdown.test.tsx b/ui/src/clockface/components/dropdowns/test/MultiSelectDropdown.test.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/test/MultiSelectDropdown.test.tsx rename to ui/src/clockface/components/dropdowns/test/MultiSelectDropdown.test.tsx diff --git a/chronograf/ui/src/clockface/components/dropdowns/test/__snapshots__/MultiSelectDropdown.test.tsx.snap b/ui/src/clockface/components/dropdowns/test/__snapshots__/MultiSelectDropdown.test.tsx.snap similarity index 100% rename from chronograf/ui/src/clockface/components/dropdowns/test/__snapshots__/MultiSelectDropdown.test.tsx.snap rename to ui/src/clockface/components/dropdowns/test/__snapshots__/MultiSelectDropdown.test.tsx.snap diff --git a/chronograf/ui/src/clockface/components/empty_state/EmptyState.scss b/ui/src/clockface/components/empty_state/EmptyState.scss similarity index 100% rename from chronograf/ui/src/clockface/components/empty_state/EmptyState.scss rename to ui/src/clockface/components/empty_state/EmptyState.scss diff --git a/chronograf/ui/src/clockface/components/empty_state/EmptyState.tsx b/ui/src/clockface/components/empty_state/EmptyState.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/empty_state/EmptyState.tsx rename to ui/src/clockface/components/empty_state/EmptyState.tsx diff --git a/chronograf/ui/src/clockface/components/empty_state/EmptyStateSubText.tsx b/ui/src/clockface/components/empty_state/EmptyStateSubText.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/empty_state/EmptyStateSubText.tsx rename to ui/src/clockface/components/empty_state/EmptyStateSubText.tsx diff --git a/chronograf/ui/src/clockface/components/empty_state/EmptyStateText.tsx b/ui/src/clockface/components/empty_state/EmptyStateText.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/empty_state/EmptyStateText.tsx rename to ui/src/clockface/components/empty_state/EmptyStateText.tsx diff --git a/chronograf/ui/src/clockface/components/form_layout/Form.scss b/ui/src/clockface/components/form_layout/Form.scss similarity index 100% rename from chronograf/ui/src/clockface/components/form_layout/Form.scss rename to ui/src/clockface/components/form_layout/Form.scss diff --git a/chronograf/ui/src/clockface/components/form_layout/Form.tsx b/ui/src/clockface/components/form_layout/Form.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/form_layout/Form.tsx rename to ui/src/clockface/components/form_layout/Form.tsx diff --git a/chronograf/ui/src/clockface/components/form_layout/FormDivider.tsx b/ui/src/clockface/components/form_layout/FormDivider.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/form_layout/FormDivider.tsx rename to ui/src/clockface/components/form_layout/FormDivider.tsx diff --git a/chronograf/ui/src/clockface/components/form_layout/FormElement.tsx b/ui/src/clockface/components/form_layout/FormElement.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/form_layout/FormElement.tsx rename to ui/src/clockface/components/form_layout/FormElement.tsx diff --git a/chronograf/ui/src/clockface/components/form_layout/FormElementError.tsx b/ui/src/clockface/components/form_layout/FormElementError.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/form_layout/FormElementError.tsx rename to ui/src/clockface/components/form_layout/FormElementError.tsx diff --git a/chronograf/ui/src/clockface/components/form_layout/FormFooter.tsx b/ui/src/clockface/components/form_layout/FormFooter.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/form_layout/FormFooter.tsx rename to ui/src/clockface/components/form_layout/FormFooter.tsx diff --git a/chronograf/ui/src/clockface/components/form_layout/FormHelpText.tsx b/ui/src/clockface/components/form_layout/FormHelpText.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/form_layout/FormHelpText.tsx rename to ui/src/clockface/components/form_layout/FormHelpText.tsx diff --git a/chronograf/ui/src/clockface/components/form_layout/FormLabel.tsx b/ui/src/clockface/components/form_layout/FormLabel.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/form_layout/FormLabel.tsx rename to ui/src/clockface/components/form_layout/FormLabel.tsx diff --git a/chronograf/ui/src/clockface/components/grid_sizer/GridSizer.scss b/ui/src/clockface/components/grid_sizer/GridSizer.scss similarity index 100% rename from chronograf/ui/src/clockface/components/grid_sizer/GridSizer.scss rename to ui/src/clockface/components/grid_sizer/GridSizer.scss diff --git a/chronograf/ui/src/clockface/components/grid_sizer/GridSizer.tsx b/ui/src/clockface/components/grid_sizer/GridSizer.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/grid_sizer/GridSizer.tsx rename to ui/src/clockface/components/grid_sizer/GridSizer.tsx diff --git a/chronograf/ui/src/clockface/components/inputs/Input.scss b/ui/src/clockface/components/inputs/Input.scss similarity index 100% rename from chronograf/ui/src/clockface/components/inputs/Input.scss rename to ui/src/clockface/components/inputs/Input.scss diff --git a/chronograf/ui/src/clockface/components/inputs/Input.tsx b/ui/src/clockface/components/inputs/Input.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/inputs/Input.tsx rename to ui/src/clockface/components/inputs/Input.tsx diff --git a/chronograf/ui/src/clockface/components/overlays/Overlay.scss b/ui/src/clockface/components/overlays/Overlay.scss similarity index 100% rename from chronograf/ui/src/clockface/components/overlays/Overlay.scss rename to ui/src/clockface/components/overlays/Overlay.scss diff --git a/chronograf/ui/src/clockface/components/overlays/OverlayBody.tsx b/ui/src/clockface/components/overlays/OverlayBody.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/overlays/OverlayBody.tsx rename to ui/src/clockface/components/overlays/OverlayBody.tsx diff --git a/chronograf/ui/src/clockface/components/overlays/OverlayContainer.tsx b/ui/src/clockface/components/overlays/OverlayContainer.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/overlays/OverlayContainer.tsx rename to ui/src/clockface/components/overlays/OverlayContainer.tsx diff --git a/chronograf/ui/src/clockface/components/overlays/OverlayHeading.tsx b/ui/src/clockface/components/overlays/OverlayHeading.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/overlays/OverlayHeading.tsx rename to ui/src/clockface/components/overlays/OverlayHeading.tsx diff --git a/chronograf/ui/src/clockface/components/overlays/OverlayTechnology.tsx b/ui/src/clockface/components/overlays/OverlayTechnology.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/overlays/OverlayTechnology.tsx rename to ui/src/clockface/components/overlays/OverlayTechnology.tsx diff --git a/chronograf/ui/src/clockface/components/panel/Panel.scss b/ui/src/clockface/components/panel/Panel.scss similarity index 100% rename from chronograf/ui/src/clockface/components/panel/Panel.scss rename to ui/src/clockface/components/panel/Panel.scss diff --git a/chronograf/ui/src/clockface/components/panel/Panel.tsx b/ui/src/clockface/components/panel/Panel.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/panel/Panel.tsx rename to ui/src/clockface/components/panel/Panel.tsx diff --git a/chronograf/ui/src/clockface/components/panel/PanelBody.tsx b/ui/src/clockface/components/panel/PanelBody.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/panel/PanelBody.tsx rename to ui/src/clockface/components/panel/PanelBody.tsx diff --git a/chronograf/ui/src/clockface/components/panel/PanelFooter.tsx b/ui/src/clockface/components/panel/PanelFooter.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/panel/PanelFooter.tsx rename to ui/src/clockface/components/panel/PanelFooter.tsx diff --git a/chronograf/ui/src/clockface/components/panel/PanelHeader.tsx b/ui/src/clockface/components/panel/PanelHeader.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/panel/PanelHeader.tsx rename to ui/src/clockface/components/panel/PanelHeader.tsx diff --git a/chronograf/ui/src/clockface/components/radio_buttons/RadioButton.tsx b/ui/src/clockface/components/radio_buttons/RadioButton.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/radio_buttons/RadioButton.tsx rename to ui/src/clockface/components/radio_buttons/RadioButton.tsx diff --git a/chronograf/ui/src/clockface/components/radio_buttons/RadioButtons.scss b/ui/src/clockface/components/radio_buttons/RadioButtons.scss similarity index 100% rename from chronograf/ui/src/clockface/components/radio_buttons/RadioButtons.scss rename to ui/src/clockface/components/radio_buttons/RadioButtons.scss diff --git a/chronograf/ui/src/clockface/components/radio_buttons/RadioButtons.tsx b/ui/src/clockface/components/radio_buttons/RadioButtons.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/radio_buttons/RadioButtons.tsx rename to ui/src/clockface/components/radio_buttons/RadioButtons.tsx diff --git a/chronograf/ui/src/clockface/components/slide_toggle/SlideToggle.scss b/ui/src/clockface/components/slide_toggle/SlideToggle.scss similarity index 100% rename from chronograf/ui/src/clockface/components/slide_toggle/SlideToggle.scss rename to ui/src/clockface/components/slide_toggle/SlideToggle.scss diff --git a/chronograf/ui/src/clockface/components/slide_toggle/SlideToggle.tsx b/ui/src/clockface/components/slide_toggle/SlideToggle.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/slide_toggle/SlideToggle.tsx rename to ui/src/clockface/components/slide_toggle/SlideToggle.tsx diff --git a/chronograf/ui/src/clockface/components/spinners/Spinner.tsx b/ui/src/clockface/components/spinners/Spinner.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/spinners/Spinner.tsx rename to ui/src/clockface/components/spinners/Spinner.tsx diff --git a/chronograf/ui/src/clockface/components/wizard/ProgressBar.scss b/ui/src/clockface/components/wizard/ProgressBar.scss similarity index 100% rename from chronograf/ui/src/clockface/components/wizard/ProgressBar.scss rename to ui/src/clockface/components/wizard/ProgressBar.scss diff --git a/chronograf/ui/src/clockface/components/wizard/ProgressBar.tsx b/ui/src/clockface/components/wizard/ProgressBar.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/wizard/ProgressBar.tsx rename to ui/src/clockface/components/wizard/ProgressBar.tsx diff --git a/chronograf/ui/src/clockface/components/wizard/WizardFullScreen.scss b/ui/src/clockface/components/wizard/WizardFullScreen.scss similarity index 100% rename from chronograf/ui/src/clockface/components/wizard/WizardFullScreen.scss rename to ui/src/clockface/components/wizard/WizardFullScreen.scss diff --git a/chronograf/ui/src/clockface/components/wizard/WizardFullScreen.tsx b/ui/src/clockface/components/wizard/WizardFullScreen.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/wizard/WizardFullScreen.tsx rename to ui/src/clockface/components/wizard/WizardFullScreen.tsx diff --git a/chronograf/ui/src/clockface/components/wizard/WizardOverlay.tsx b/ui/src/clockface/components/wizard/WizardOverlay.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/wizard/WizardOverlay.tsx rename to ui/src/clockface/components/wizard/WizardOverlay.tsx diff --git a/chronograf/ui/src/clockface/components/wizard/WizardProgressHeader.scss b/ui/src/clockface/components/wizard/WizardProgressHeader.scss similarity index 100% rename from chronograf/ui/src/clockface/components/wizard/WizardProgressHeader.scss rename to ui/src/clockface/components/wizard/WizardProgressHeader.scss diff --git a/chronograf/ui/src/clockface/components/wizard/WizardProgressHeader.tsx b/ui/src/clockface/components/wizard/WizardProgressHeader.tsx similarity index 100% rename from chronograf/ui/src/clockface/components/wizard/WizardProgressHeader.tsx rename to ui/src/clockface/components/wizard/WizardProgressHeader.tsx diff --git a/chronograf/ui/src/clockface/constants/wizard.ts b/ui/src/clockface/constants/wizard.ts similarity index 100% rename from chronograf/ui/src/clockface/constants/wizard.ts rename to ui/src/clockface/constants/wizard.ts diff --git a/chronograf/ui/src/clockface/index.ts b/ui/src/clockface/index.ts similarity index 100% rename from chronograf/ui/src/clockface/index.ts rename to ui/src/clockface/index.ts diff --git a/chronograf/ui/src/clockface/styles.scss b/ui/src/clockface/styles.scss similarity index 100% rename from chronograf/ui/src/clockface/styles.scss rename to ui/src/clockface/styles.scss diff --git a/chronograf/ui/src/clockface/types/index.ts b/ui/src/clockface/types/index.ts similarity index 100% rename from chronograf/ui/src/clockface/types/index.ts rename to ui/src/clockface/types/index.ts diff --git a/chronograf/ui/src/dashboards/actions/v2/hoverTime.ts b/ui/src/dashboards/actions/v2/hoverTime.ts similarity index 100% rename from chronograf/ui/src/dashboards/actions/v2/hoverTime.ts rename to ui/src/dashboards/actions/v2/hoverTime.ts diff --git a/chronograf/ui/src/dashboards/actions/v2/index.ts b/ui/src/dashboards/actions/v2/index.ts similarity index 100% rename from chronograf/ui/src/dashboards/actions/v2/index.ts rename to ui/src/dashboards/actions/v2/index.ts diff --git a/chronograf/ui/src/dashboards/actions/v2/ranges.ts b/ui/src/dashboards/actions/v2/ranges.ts similarity index 100% rename from chronograf/ui/src/dashboards/actions/v2/ranges.ts rename to ui/src/dashboards/actions/v2/ranges.ts diff --git a/chronograf/ui/src/dashboards/actions/v2/views.ts b/ui/src/dashboards/actions/v2/views.ts similarity index 100% rename from chronograf/ui/src/dashboards/actions/v2/views.ts rename to ui/src/dashboards/actions/v2/views.ts diff --git a/chronograf/ui/src/dashboards/apis/index.ts b/ui/src/dashboards/apis/index.ts similarity index 100% rename from chronograf/ui/src/dashboards/apis/index.ts rename to ui/src/dashboards/apis/index.ts diff --git a/chronograf/ui/src/dashboards/apis/v2/index.ts b/ui/src/dashboards/apis/v2/index.ts similarity index 100% rename from chronograf/ui/src/dashboards/apis/v2/index.ts rename to ui/src/dashboards/apis/v2/index.ts diff --git a/chronograf/ui/src/dashboards/apis/v2/view.ts b/ui/src/dashboards/apis/v2/view.ts similarity index 100% rename from chronograf/ui/src/dashboards/apis/v2/view.ts rename to ui/src/dashboards/apis/v2/view.ts diff --git a/chronograf/ui/src/dashboards/components/Dashboard.tsx b/ui/src/dashboards/components/Dashboard.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/Dashboard.tsx rename to ui/src/dashboards/components/Dashboard.tsx diff --git a/chronograf/ui/src/dashboards/components/DashboardDefaultToggle.tsx b/ui/src/dashboards/components/DashboardDefaultToggle.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/DashboardDefaultToggle.tsx rename to ui/src/dashboards/components/DashboardDefaultToggle.tsx diff --git a/chronograf/ui/src/dashboards/components/DashboardHeader.tsx b/ui/src/dashboards/components/DashboardHeader.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/DashboardHeader.tsx rename to ui/src/dashboards/components/DashboardHeader.tsx diff --git a/chronograf/ui/src/dashboards/components/DashboardSwitcher.tsx b/ui/src/dashboards/components/DashboardSwitcher.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/DashboardSwitcher.tsx rename to ui/src/dashboards/components/DashboardSwitcher.tsx diff --git a/chronograf/ui/src/dashboards/components/DashboardsPageContents.tsx b/ui/src/dashboards/components/DashboardsPageContents.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/DashboardsPageContents.tsx rename to ui/src/dashboards/components/DashboardsPageContents.tsx diff --git a/chronograf/ui/src/dashboards/components/DashboardsTable.tsx b/ui/src/dashboards/components/DashboardsTable.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/DashboardsTable.tsx rename to ui/src/dashboards/components/DashboardsTable.tsx diff --git a/chronograf/ui/src/dashboards/components/DisplayOptionsInput.tsx b/ui/src/dashboards/components/DisplayOptionsInput.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/DisplayOptionsInput.tsx rename to ui/src/dashboards/components/DisplayOptionsInput.tsx diff --git a/chronograf/ui/src/dashboards/components/GraphOptionsCustomizableField.tsx b/ui/src/dashboards/components/GraphOptionsCustomizableField.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/GraphOptionsCustomizableField.tsx rename to ui/src/dashboards/components/GraphOptionsCustomizableField.tsx diff --git a/chronograf/ui/src/dashboards/components/GraphOptionsCustomizeFields.tsx b/ui/src/dashboards/components/GraphOptionsCustomizeFields.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/GraphOptionsCustomizeFields.tsx rename to ui/src/dashboards/components/GraphOptionsCustomizeFields.tsx diff --git a/chronograf/ui/src/dashboards/components/GraphOptionsDecimalPlaces.tsx b/ui/src/dashboards/components/GraphOptionsDecimalPlaces.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/GraphOptionsDecimalPlaces.tsx rename to ui/src/dashboards/components/GraphOptionsDecimalPlaces.tsx diff --git a/chronograf/ui/src/dashboards/components/GraphOptionsFixFirstColumn.test.tsx b/ui/src/dashboards/components/GraphOptionsFixFirstColumn.test.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/GraphOptionsFixFirstColumn.test.tsx rename to ui/src/dashboards/components/GraphOptionsFixFirstColumn.test.tsx diff --git a/chronograf/ui/src/dashboards/components/GraphOptionsFixFirstColumn.tsx b/ui/src/dashboards/components/GraphOptionsFixFirstColumn.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/GraphOptionsFixFirstColumn.tsx rename to ui/src/dashboards/components/GraphOptionsFixFirstColumn.tsx diff --git a/chronograf/ui/src/dashboards/components/GraphOptionsTimeAxis.tsx b/ui/src/dashboards/components/GraphOptionsTimeAxis.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/GraphOptionsTimeAxis.tsx rename to ui/src/dashboards/components/GraphOptionsTimeAxis.tsx diff --git a/chronograf/ui/src/dashboards/components/ImportDashboardOverlay.tsx b/ui/src/dashboards/components/ImportDashboardOverlay.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/ImportDashboardOverlay.tsx rename to ui/src/dashboards/components/ImportDashboardOverlay.tsx diff --git a/chronograf/ui/src/dashboards/components/Threshold.test.tsx b/ui/src/dashboards/components/Threshold.test.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/Threshold.test.tsx rename to ui/src/dashboards/components/Threshold.test.tsx diff --git a/chronograf/ui/src/dashboards/components/Threshold.tsx b/ui/src/dashboards/components/Threshold.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/Threshold.tsx rename to ui/src/dashboards/components/Threshold.tsx diff --git a/chronograf/ui/src/dashboards/components/VEO.scss b/ui/src/dashboards/components/VEO.scss similarity index 100% rename from chronograf/ui/src/dashboards/components/VEO.scss rename to ui/src/dashboards/components/VEO.scss diff --git a/chronograf/ui/src/dashboards/components/VEO.tsx b/ui/src/dashboards/components/VEO.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/VEO.tsx rename to ui/src/dashboards/components/VEO.tsx diff --git a/chronograf/ui/src/dashboards/components/VEOHeader.tsx b/ui/src/dashboards/components/VEOHeader.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/VEOHeader.tsx rename to ui/src/dashboards/components/VEOHeader.tsx diff --git a/chronograf/ui/src/dashboards/components/VEOHeaderName.tsx b/ui/src/dashboards/components/VEOHeaderName.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/VEOHeaderName.tsx rename to ui/src/dashboards/components/VEOHeaderName.tsx diff --git a/chronograf/ui/src/dashboards/components/dashboard_empty/DashboardEmpty.scss b/ui/src/dashboards/components/dashboard_empty/DashboardEmpty.scss similarity index 100% rename from chronograf/ui/src/dashboards/components/dashboard_empty/DashboardEmpty.scss rename to ui/src/dashboards/components/dashboard_empty/DashboardEmpty.scss diff --git a/chronograf/ui/src/dashboards/components/dashboard_empty/DashboardEmpty.tsx b/ui/src/dashboards/components/dashboard_empty/DashboardEmpty.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/dashboard_empty/DashboardEmpty.tsx rename to ui/src/dashboards/components/dashboard_empty/DashboardEmpty.tsx diff --git a/chronograf/ui/src/dashboards/components/rename_dashboard/RenameDashboard.scss b/ui/src/dashboards/components/rename_dashboard/RenameDashboard.scss similarity index 100% rename from chronograf/ui/src/dashboards/components/rename_dashboard/RenameDashboard.scss rename to ui/src/dashboards/components/rename_dashboard/RenameDashboard.scss diff --git a/chronograf/ui/src/dashboards/components/rename_dashboard/RenameDashboard.tsx b/ui/src/dashboards/components/rename_dashboard/RenameDashboard.tsx similarity index 100% rename from chronograf/ui/src/dashboards/components/rename_dashboard/RenameDashboard.tsx rename to ui/src/dashboards/components/rename_dashboard/RenameDashboard.tsx diff --git a/chronograf/ui/src/dashboards/constants/cellEditor.ts b/ui/src/dashboards/constants/cellEditor.ts similarity index 100% rename from chronograf/ui/src/dashboards/constants/cellEditor.ts rename to ui/src/dashboards/constants/cellEditor.ts diff --git a/chronograf/ui/src/dashboards/constants/dashboardHeader.ts b/ui/src/dashboards/constants/dashboardHeader.ts similarity index 100% rename from chronograf/ui/src/dashboards/constants/dashboardHeader.ts rename to ui/src/dashboards/constants/dashboardHeader.ts diff --git a/chronograf/ui/src/dashboards/constants/index.ts b/ui/src/dashboards/constants/index.ts similarity index 100% rename from chronograf/ui/src/dashboards/constants/index.ts rename to ui/src/dashboards/constants/index.ts diff --git a/chronograf/ui/src/dashboards/constants/templateControlBar.ts b/ui/src/dashboards/constants/templateControlBar.ts similarity index 100% rename from chronograf/ui/src/dashboards/constants/templateControlBar.ts rename to ui/src/dashboards/constants/templateControlBar.ts diff --git a/chronograf/ui/src/dashboards/containers/DashboardPage.tsx b/ui/src/dashboards/containers/DashboardPage.tsx similarity index 100% rename from chronograf/ui/src/dashboards/containers/DashboardPage.tsx rename to ui/src/dashboards/containers/DashboardPage.tsx diff --git a/chronograf/ui/src/dashboards/containers/DashboardsPage.tsx b/ui/src/dashboards/containers/DashboardsPage.tsx similarity index 100% rename from chronograf/ui/src/dashboards/containers/DashboardsPage.tsx rename to ui/src/dashboards/containers/DashboardsPage.tsx diff --git a/chronograf/ui/src/dashboards/graphics/graph.tsx b/ui/src/dashboards/graphics/graph.tsx similarity index 100% rename from chronograf/ui/src/dashboards/graphics/graph.tsx rename to ui/src/dashboards/graphics/graph.tsx diff --git a/chronograf/ui/src/dashboards/index.ts b/ui/src/dashboards/index.ts similarity index 100% rename from chronograf/ui/src/dashboards/index.ts rename to ui/src/dashboards/index.ts diff --git a/chronograf/ui/src/dashboards/reducers/v2/dashboards.test.ts b/ui/src/dashboards/reducers/v2/dashboards.test.ts similarity index 100% rename from chronograf/ui/src/dashboards/reducers/v2/dashboards.test.ts rename to ui/src/dashboards/reducers/v2/dashboards.test.ts diff --git a/chronograf/ui/src/dashboards/reducers/v2/dashboards.ts b/ui/src/dashboards/reducers/v2/dashboards.ts similarity index 100% rename from chronograf/ui/src/dashboards/reducers/v2/dashboards.ts rename to ui/src/dashboards/reducers/v2/dashboards.ts diff --git a/chronograf/ui/src/dashboards/reducers/v2/hoverTime.ts b/ui/src/dashboards/reducers/v2/hoverTime.ts similarity index 100% rename from chronograf/ui/src/dashboards/reducers/v2/hoverTime.ts rename to ui/src/dashboards/reducers/v2/hoverTime.ts diff --git a/chronograf/ui/src/dashboards/reducers/v2/ranges.test.ts b/ui/src/dashboards/reducers/v2/ranges.test.ts similarity index 100% rename from chronograf/ui/src/dashboards/reducers/v2/ranges.test.ts rename to ui/src/dashboards/reducers/v2/ranges.test.ts diff --git a/chronograf/ui/src/dashboards/reducers/v2/ranges.ts b/ui/src/dashboards/reducers/v2/ranges.ts similarity index 100% rename from chronograf/ui/src/dashboards/reducers/v2/ranges.ts rename to ui/src/dashboards/reducers/v2/ranges.ts diff --git a/chronograf/ui/src/dashboards/reducers/v2/views.test.ts b/ui/src/dashboards/reducers/v2/views.test.ts similarity index 100% rename from chronograf/ui/src/dashboards/reducers/v2/views.test.ts rename to ui/src/dashboards/reducers/v2/views.test.ts diff --git a/chronograf/ui/src/dashboards/reducers/v2/views.ts b/ui/src/dashboards/reducers/v2/views.ts similarity index 100% rename from chronograf/ui/src/dashboards/reducers/v2/views.ts rename to ui/src/dashboards/reducers/v2/views.ts diff --git a/chronograf/ui/src/dashboards/resources.ts b/ui/src/dashboards/resources.ts similarity index 100% rename from chronograf/ui/src/dashboards/resources.ts rename to ui/src/dashboards/resources.ts diff --git a/chronograf/ui/src/dashboards/utils/cellGetters.ts b/ui/src/dashboards/utils/cellGetters.ts similarity index 100% rename from chronograf/ui/src/dashboards/utils/cellGetters.ts rename to ui/src/dashboards/utils/cellGetters.ts diff --git a/chronograf/ui/src/dashboards/utils/dashboardSwitcherLinks.test.ts b/ui/src/dashboards/utils/dashboardSwitcherLinks.test.ts similarity index 100% rename from chronograf/ui/src/dashboards/utils/dashboardSwitcherLinks.test.ts rename to ui/src/dashboards/utils/dashboardSwitcherLinks.test.ts diff --git a/chronograf/ui/src/dashboards/utils/dashboardSwitcherLinks.ts b/ui/src/dashboards/utils/dashboardSwitcherLinks.ts similarity index 100% rename from chronograf/ui/src/dashboards/utils/dashboardSwitcherLinks.ts rename to ui/src/dashboards/utils/dashboardSwitcherLinks.ts diff --git a/chronograf/ui/src/dashboards/utils/notes.ts b/ui/src/dashboards/utils/notes.ts similarity index 100% rename from chronograf/ui/src/dashboards/utils/notes.ts rename to ui/src/dashboards/utils/notes.ts diff --git a/chronograf/ui/src/dashboards/utils/sources.ts b/ui/src/dashboards/utils/sources.ts similarity index 100% rename from chronograf/ui/src/dashboards/utils/sources.ts rename to ui/src/dashboards/utils/sources.ts diff --git a/chronograf/ui/src/dashboards/utils/tableGraph.ts b/ui/src/dashboards/utils/tableGraph.ts similarity index 100% rename from chronograf/ui/src/dashboards/utils/tableGraph.ts rename to ui/src/dashboards/utils/tableGraph.ts diff --git a/chronograf/ui/src/dashboards/utils/time.test.ts b/ui/src/dashboards/utils/time.test.ts similarity index 100% rename from chronograf/ui/src/dashboards/utils/time.test.ts rename to ui/src/dashboards/utils/time.test.ts diff --git a/chronograf/ui/src/dashboards/utils/time.ts b/ui/src/dashboards/utils/time.ts similarity index 100% rename from chronograf/ui/src/dashboards/utils/time.ts rename to ui/src/dashboards/utils/time.ts diff --git a/chronograf/ui/src/dataExplorer/components/DataExplorer.scss b/ui/src/dataExplorer/components/DataExplorer.scss similarity index 100% rename from chronograf/ui/src/dataExplorer/components/DataExplorer.scss rename to ui/src/dataExplorer/components/DataExplorer.scss diff --git a/chronograf/ui/src/dataExplorer/components/DataExplorer.tsx b/ui/src/dataExplorer/components/DataExplorer.tsx similarity index 100% rename from chronograf/ui/src/dataExplorer/components/DataExplorer.tsx rename to ui/src/dataExplorer/components/DataExplorer.tsx diff --git a/chronograf/ui/src/dataExplorer/components/DataExplorerPage.tsx b/ui/src/dataExplorer/components/DataExplorerPage.tsx similarity index 100% rename from chronograf/ui/src/dataExplorer/components/DataExplorerPage.tsx rename to ui/src/dataExplorer/components/DataExplorerPage.tsx diff --git a/chronograf/ui/src/external/codemirror.ts b/ui/src/external/codemirror.ts similarity index 100% rename from chronograf/ui/src/external/codemirror.ts rename to ui/src/external/codemirror.ts diff --git a/chronograf/ui/src/external/download.ts b/ui/src/external/download.ts similarity index 100% rename from chronograf/ui/src/external/download.ts rename to ui/src/external/download.ts diff --git a/chronograf/ui/src/external/dygraph.ts b/ui/src/external/dygraph.ts similarity index 100% rename from chronograf/ui/src/external/dygraph.ts rename to ui/src/external/dygraph.ts diff --git a/chronograf/ui/src/flux/apis/flux.test.ts b/ui/src/flux/apis/flux.test.ts similarity index 100% rename from chronograf/ui/src/flux/apis/flux.test.ts rename to ui/src/flux/apis/flux.test.ts diff --git a/chronograf/ui/src/flux/apis/index.ts b/ui/src/flux/apis/index.ts similarity index 100% rename from chronograf/ui/src/flux/apis/index.ts rename to ui/src/flux/apis/index.ts diff --git a/chronograf/ui/src/flux/ast/stubs/complex.ts b/ui/src/flux/ast/stubs/complex.ts similarity index 100% rename from chronograf/ui/src/flux/ast/stubs/complex.ts rename to ui/src/flux/ast/stubs/complex.ts diff --git a/chronograf/ui/src/flux/ast/stubs/from.ts b/ui/src/flux/ast/stubs/from.ts similarity index 100% rename from chronograf/ui/src/flux/ast/stubs/from.ts rename to ui/src/flux/ast/stubs/from.ts diff --git a/chronograf/ui/src/flux/ast/stubs/variable.ts b/ui/src/flux/ast/stubs/variable.ts similarity index 100% rename from chronograf/ui/src/flux/ast/stubs/variable.ts rename to ui/src/flux/ast/stubs/variable.ts diff --git a/chronograf/ui/src/flux/ast/stubs/variables.ts b/ui/src/flux/ast/stubs/variables.ts similarity index 100% rename from chronograf/ui/src/flux/ast/stubs/variables.ts rename to ui/src/flux/ast/stubs/variables.ts diff --git a/chronograf/ui/src/flux/ast/stubs/varsAndExpressions.ts b/ui/src/flux/ast/stubs/varsAndExpressions.ts similarity index 100% rename from chronograf/ui/src/flux/ast/stubs/varsAndExpressions.ts rename to ui/src/flux/ast/stubs/varsAndExpressions.ts diff --git a/chronograf/ui/src/flux/ast/walker.test.ts b/ui/src/flux/ast/walker.test.ts similarity index 100% rename from chronograf/ui/src/flux/ast/walker.test.ts rename to ui/src/flux/ast/walker.test.ts diff --git a/chronograf/ui/src/flux/ast/walker.ts b/ui/src/flux/ast/walker.ts similarity index 100% rename from chronograf/ui/src/flux/ast/walker.ts rename to ui/src/flux/ast/walker.ts diff --git a/chronograf/ui/src/flux/components/NoResults.tsx b/ui/src/flux/components/NoResults.tsx similarity index 100% rename from chronograf/ui/src/flux/components/NoResults.tsx rename to ui/src/flux/components/NoResults.tsx diff --git a/chronograf/ui/src/flux/components/TableSidebar.tsx b/ui/src/flux/components/TableSidebar.tsx similarity index 100% rename from chronograf/ui/src/flux/components/TableSidebar.tsx rename to ui/src/flux/components/TableSidebar.tsx diff --git a/chronograf/ui/src/flux/components/TableSidebarItem.tsx b/ui/src/flux/components/TableSidebarItem.tsx similarity index 100% rename from chronograf/ui/src/flux/components/TableSidebarItem.tsx rename to ui/src/flux/components/TableSidebarItem.tsx diff --git a/chronograf/ui/src/flux/components/v2/FluxEditor.test.tsx b/ui/src/flux/components/v2/FluxEditor.test.tsx similarity index 100% rename from chronograf/ui/src/flux/components/v2/FluxEditor.test.tsx rename to ui/src/flux/components/v2/FluxEditor.test.tsx diff --git a/chronograf/ui/src/flux/components/v2/FluxEditor.tsx b/ui/src/flux/components/v2/FluxEditor.tsx similarity index 100% rename from chronograf/ui/src/flux/components/v2/FluxEditor.tsx rename to ui/src/flux/components/v2/FluxEditor.tsx diff --git a/chronograf/ui/src/flux/constants/editor.ts b/ui/src/flux/constants/editor.ts similarity index 100% rename from chronograf/ui/src/flux/constants/editor.ts rename to ui/src/flux/constants/editor.ts diff --git a/chronograf/ui/src/flux/constants/index.ts b/ui/src/flux/constants/index.ts similarity index 100% rename from chronograf/ui/src/flux/constants/index.ts rename to ui/src/flux/constants/index.ts diff --git a/chronograf/ui/src/flux/helpers/autoComplete.test.ts b/ui/src/flux/helpers/autoComplete.test.ts similarity index 100% rename from chronograf/ui/src/flux/helpers/autoComplete.test.ts rename to ui/src/flux/helpers/autoComplete.test.ts diff --git a/chronograf/ui/src/flux/helpers/autoComplete.ts b/ui/src/flux/helpers/autoComplete.ts similarity index 100% rename from chronograf/ui/src/flux/helpers/autoComplete.ts rename to ui/src/flux/helpers/autoComplete.ts diff --git a/chronograf/ui/src/index.html b/ui/src/index.html similarity index 100% rename from chronograf/ui/src/index.html rename to ui/src/index.html diff --git a/chronograf/ui/src/index.tsx b/ui/src/index.tsx similarity index 100% rename from chronograf/ui/src/index.tsx rename to ui/src/index.tsx diff --git a/chronograf/ui/src/influxql/ast.ts b/ui/src/influxql/ast.ts similarity index 100% rename from chronograf/ui/src/influxql/ast.ts rename to ui/src/influxql/ast.ts diff --git a/chronograf/ui/src/influxql/astToString.test.ts b/ui/src/influxql/astToString.test.ts similarity index 100% rename from chronograf/ui/src/influxql/astToString.test.ts rename to ui/src/influxql/astToString.test.ts diff --git a/chronograf/ui/src/influxql/index.ts b/ui/src/influxql/index.ts similarity index 100% rename from chronograf/ui/src/influxql/index.ts rename to ui/src/influxql/index.ts diff --git a/chronograf/ui/src/localStorage.ts b/ui/src/localStorage.ts similarity index 100% rename from chronograf/ui/src/localStorage.ts rename to ui/src/localStorage.ts diff --git a/chronograf/ui/src/logs/actions/index.ts b/ui/src/logs/actions/index.ts similarity index 100% rename from chronograf/ui/src/logs/actions/index.ts rename to ui/src/logs/actions/index.ts diff --git a/chronograf/ui/src/logs/api/v2/index.ts b/ui/src/logs/api/v2/index.ts similarity index 100% rename from chronograf/ui/src/logs/api/v2/index.ts rename to ui/src/logs/api/v2/index.ts diff --git a/chronograf/ui/src/logs/components/LiveUpdatingStatus.tsx b/ui/src/logs/components/LiveUpdatingStatus.tsx similarity index 100% rename from chronograf/ui/src/logs/components/LiveUpdatingStatus.tsx rename to ui/src/logs/components/LiveUpdatingStatus.tsx diff --git a/chronograf/ui/src/logs/components/LogsHeader.tsx b/ui/src/logs/components/LogsHeader.tsx similarity index 100% rename from chronograf/ui/src/logs/components/LogsHeader.tsx rename to ui/src/logs/components/LogsHeader.tsx diff --git a/chronograf/ui/src/logs/components/LogsSearchBar.tsx b/ui/src/logs/components/LogsSearchBar.tsx similarity index 100% rename from chronograf/ui/src/logs/components/LogsSearchBar.tsx rename to ui/src/logs/components/LogsSearchBar.tsx diff --git a/chronograf/ui/src/logs/components/PointInTimeDropDown.tsx b/ui/src/logs/components/PointInTimeDropDown.tsx similarity index 100% rename from chronograf/ui/src/logs/components/PointInTimeDropDown.tsx rename to ui/src/logs/components/PointInTimeDropDown.tsx diff --git a/chronograf/ui/src/logs/components/draggable_column/DraggableColumn.tsx b/ui/src/logs/components/draggable_column/DraggableColumn.tsx similarity index 100% rename from chronograf/ui/src/logs/components/draggable_column/DraggableColumn.tsx rename to ui/src/logs/components/draggable_column/DraggableColumn.tsx diff --git a/chronograf/ui/src/logs/components/expandable_message/ExpandableMessage.scss b/ui/src/logs/components/expandable_message/ExpandableMessage.scss similarity index 100% rename from chronograf/ui/src/logs/components/expandable_message/ExpandableMessage.scss rename to ui/src/logs/components/expandable_message/ExpandableMessage.scss diff --git a/chronograf/ui/src/logs/components/expandable_message/ExpandableMessage.tsx b/ui/src/logs/components/expandable_message/ExpandableMessage.tsx similarity index 100% rename from chronograf/ui/src/logs/components/expandable_message/ExpandableMessage.tsx rename to ui/src/logs/components/expandable_message/ExpandableMessage.tsx diff --git a/chronograf/ui/src/logs/components/loading_status/LoadingStatus.scss b/ui/src/logs/components/loading_status/LoadingStatus.scss similarity index 100% rename from chronograf/ui/src/logs/components/loading_status/LoadingStatus.scss rename to ui/src/logs/components/loading_status/LoadingStatus.scss diff --git a/chronograf/ui/src/logs/components/loading_status/LoadingStatus.tsx b/ui/src/logs/components/loading_status/LoadingStatus.tsx similarity index 100% rename from chronograf/ui/src/logs/components/loading_status/LoadingStatus.tsx rename to ui/src/logs/components/loading_status/LoadingStatus.tsx diff --git a/chronograf/ui/src/logs/components/logs_filter_bar/LogsFilter.tsx b/ui/src/logs/components/logs_filter_bar/LogsFilter.tsx similarity index 100% rename from chronograf/ui/src/logs/components/logs_filter_bar/LogsFilter.tsx rename to ui/src/logs/components/logs_filter_bar/LogsFilter.tsx diff --git a/chronograf/ui/src/logs/components/logs_filter_bar/LogsFilterBar.scss b/ui/src/logs/components/logs_filter_bar/LogsFilterBar.scss similarity index 100% rename from chronograf/ui/src/logs/components/logs_filter_bar/LogsFilterBar.scss rename to ui/src/logs/components/logs_filter_bar/LogsFilterBar.scss diff --git a/chronograf/ui/src/logs/components/logs_filter_bar/LogsFilterBar.tsx b/ui/src/logs/components/logs_filter_bar/LogsFilterBar.tsx similarity index 100% rename from chronograf/ui/src/logs/components/logs_filter_bar/LogsFilterBar.tsx rename to ui/src/logs/components/logs_filter_bar/LogsFilterBar.tsx diff --git a/chronograf/ui/src/logs/components/logs_message/LogsMessage.scss b/ui/src/logs/components/logs_message/LogsMessage.scss similarity index 100% rename from chronograf/ui/src/logs/components/logs_message/LogsMessage.scss rename to ui/src/logs/components/logs_message/LogsMessage.scss diff --git a/chronograf/ui/src/logs/components/logs_message/LogsMessage.tsx b/ui/src/logs/components/logs_message/LogsMessage.tsx similarity index 100% rename from chronograf/ui/src/logs/components/logs_message/LogsMessage.tsx rename to ui/src/logs/components/logs_message/LogsMessage.tsx diff --git a/chronograf/ui/src/logs/components/logs_table/LogsTable.scss b/ui/src/logs/components/logs_table/LogsTable.scss similarity index 100% rename from chronograf/ui/src/logs/components/logs_table/LogsTable.scss rename to ui/src/logs/components/logs_table/LogsTable.scss diff --git a/chronograf/ui/src/logs/components/logs_table/LogsTable.tsx b/ui/src/logs/components/logs_table/LogsTable.tsx similarity index 100% rename from chronograf/ui/src/logs/components/logs_table/LogsTable.tsx rename to ui/src/logs/components/logs_table/LogsTable.tsx diff --git a/chronograf/ui/src/logs/components/options_overlay/ColumnsOptions.tsx b/ui/src/logs/components/options_overlay/ColumnsOptions.tsx similarity index 100% rename from chronograf/ui/src/logs/components/options_overlay/ColumnsOptions.tsx rename to ui/src/logs/components/options_overlay/ColumnsOptions.tsx diff --git a/chronograf/ui/src/logs/components/options_overlay/LogsViewerOptions.scss b/ui/src/logs/components/options_overlay/LogsViewerOptions.scss similarity index 100% rename from chronograf/ui/src/logs/components/options_overlay/LogsViewerOptions.scss rename to ui/src/logs/components/options_overlay/LogsViewerOptions.scss diff --git a/chronograf/ui/src/logs/components/options_overlay/OptionsOverlay.tsx b/ui/src/logs/components/options_overlay/OptionsOverlay.tsx similarity index 100% rename from chronograf/ui/src/logs/components/options_overlay/OptionsOverlay.tsx rename to ui/src/logs/components/options_overlay/OptionsOverlay.tsx diff --git a/chronograf/ui/src/logs/components/options_overlay/SeverityColumnFormat.tsx b/ui/src/logs/components/options_overlay/SeverityColumnFormat.tsx similarity index 100% rename from chronograf/ui/src/logs/components/options_overlay/SeverityColumnFormat.tsx rename to ui/src/logs/components/options_overlay/SeverityColumnFormat.tsx diff --git a/chronograf/ui/src/logs/components/options_overlay/SeverityOptions.tsx b/ui/src/logs/components/options_overlay/SeverityOptions.tsx similarity index 100% rename from chronograf/ui/src/logs/components/options_overlay/SeverityOptions.tsx rename to ui/src/logs/components/options_overlay/SeverityOptions.tsx diff --git a/chronograf/ui/src/logs/constants/index.ts b/ui/src/logs/constants/index.ts similarity index 100% rename from chronograf/ui/src/logs/constants/index.ts rename to ui/src/logs/constants/index.ts diff --git a/chronograf/ui/src/logs/containers/logs_page/LogsPage.scss b/ui/src/logs/containers/logs_page/LogsPage.scss similarity index 100% rename from chronograf/ui/src/logs/containers/logs_page/LogsPage.scss rename to ui/src/logs/containers/logs_page/LogsPage.scss diff --git a/chronograf/ui/src/logs/containers/logs_page/LogsPage.tsx b/ui/src/logs/containers/logs_page/LogsPage.tsx similarity index 100% rename from chronograf/ui/src/logs/containers/logs_page/LogsPage.tsx rename to ui/src/logs/containers/logs_page/LogsPage.tsx diff --git a/chronograf/ui/src/logs/data/logViewData.ts b/ui/src/logs/data/logViewData.ts similarity index 100% rename from chronograf/ui/src/logs/data/logViewData.ts rename to ui/src/logs/data/logViewData.ts diff --git a/chronograf/ui/src/logs/data/timePoints.ts b/ui/src/logs/data/timePoints.ts similarity index 100% rename from chronograf/ui/src/logs/data/timePoints.ts rename to ui/src/logs/data/timePoints.ts diff --git a/chronograf/ui/src/logs/index.ts b/ui/src/logs/index.ts similarity index 100% rename from chronograf/ui/src/logs/index.ts rename to ui/src/logs/index.ts diff --git a/chronograf/ui/src/logs/reducers/index.ts b/ui/src/logs/reducers/index.ts similarity index 100% rename from chronograf/ui/src/logs/reducers/index.ts rename to ui/src/logs/reducers/index.ts diff --git a/chronograf/ui/src/logs/utils/colors.ts b/ui/src/logs/utils/colors.ts similarity index 100% rename from chronograf/ui/src/logs/utils/colors.ts rename to ui/src/logs/utils/colors.ts diff --git a/chronograf/ui/src/logs/utils/config.test.ts b/ui/src/logs/utils/config.test.ts similarity index 100% rename from chronograf/ui/src/logs/utils/config.test.ts rename to ui/src/logs/utils/config.test.ts diff --git a/chronograf/ui/src/logs/utils/config.ts b/ui/src/logs/utils/config.ts similarity index 100% rename from chronograf/ui/src/logs/utils/config.ts rename to ui/src/logs/utils/config.ts diff --git a/chronograf/ui/src/logs/utils/fixtures/fluxResponse.ts b/ui/src/logs/utils/fixtures/fluxResponse.ts similarity index 100% rename from chronograf/ui/src/logs/utils/fixtures/fluxResponse.ts rename to ui/src/logs/utils/fixtures/fluxResponse.ts diff --git a/chronograf/ui/src/logs/utils/fixtures/logView.ts b/ui/src/logs/utils/fixtures/logView.ts similarity index 100% rename from chronograf/ui/src/logs/utils/fixtures/logView.ts rename to ui/src/logs/utils/fixtures/logView.ts diff --git a/chronograf/ui/src/logs/utils/fluxResponse.test.ts b/ui/src/logs/utils/fluxResponse.test.ts similarity index 100% rename from chronograf/ui/src/logs/utils/fluxResponse.test.ts rename to ui/src/logs/utils/fluxResponse.test.ts diff --git a/chronograf/ui/src/logs/utils/getAttributeAliasName.test.ts b/ui/src/logs/utils/getAttributeAliasName.test.ts similarity index 100% rename from chronograf/ui/src/logs/utils/getAttributeAliasName.test.ts rename to ui/src/logs/utils/getAttributeAliasName.test.ts diff --git a/chronograf/ui/src/logs/utils/index.ts b/ui/src/logs/utils/index.ts similarity index 100% rename from chronograf/ui/src/logs/utils/index.ts rename to ui/src/logs/utils/index.ts diff --git a/chronograf/ui/src/logs/utils/logFilters.test.ts b/ui/src/logs/utils/logFilters.test.ts similarity index 100% rename from chronograf/ui/src/logs/utils/logFilters.test.ts rename to ui/src/logs/utils/logFilters.test.ts diff --git a/chronograf/ui/src/logs/utils/queryBuilder.test.ts b/ui/src/logs/utils/queryBuilder.test.ts similarity index 100% rename from chronograf/ui/src/logs/utils/queryBuilder.test.ts rename to ui/src/logs/utils/queryBuilder.test.ts diff --git a/chronograf/ui/src/logs/utils/queryBuilder.ts b/ui/src/logs/utils/queryBuilder.ts similarity index 100% rename from chronograf/ui/src/logs/utils/queryBuilder.ts rename to ui/src/logs/utils/queryBuilder.ts diff --git a/chronograf/ui/src/logs/utils/search.ts b/ui/src/logs/utils/search.ts similarity index 100% rename from chronograf/ui/src/logs/utils/search.ts rename to ui/src/logs/utils/search.ts diff --git a/chronograf/ui/src/logs/utils/table.ts b/ui/src/logs/utils/table.ts similarity index 100% rename from chronograf/ui/src/logs/utils/table.ts rename to ui/src/logs/utils/table.ts diff --git a/chronograf/ui/src/normalizers/dashboardTime.ts b/ui/src/normalizers/dashboardTime.ts similarity index 100% rename from chronograf/ui/src/normalizers/dashboardTime.ts rename to ui/src/normalizers/dashboardTime.ts diff --git a/chronograf/ui/src/onboarding/OnboardingWizard.scss b/ui/src/onboarding/OnboardingWizard.scss similarity index 100% rename from chronograf/ui/src/onboarding/OnboardingWizard.scss rename to ui/src/onboarding/OnboardingWizard.scss diff --git a/chronograf/ui/src/onboarding/apis/index.ts b/ui/src/onboarding/apis/index.ts similarity index 100% rename from chronograf/ui/src/onboarding/apis/index.ts rename to ui/src/onboarding/apis/index.ts diff --git a/chronograf/ui/src/onboarding/apis/onboarding.test.ts b/ui/src/onboarding/apis/onboarding.test.ts similarity index 100% rename from chronograf/ui/src/onboarding/apis/onboarding.test.ts rename to ui/src/onboarding/apis/onboarding.test.ts diff --git a/chronograf/ui/src/onboarding/components/AdminStep.tsx b/ui/src/onboarding/components/AdminStep.tsx similarity index 100% rename from chronograf/ui/src/onboarding/components/AdminStep.tsx rename to ui/src/onboarding/components/AdminStep.tsx diff --git a/chronograf/ui/src/onboarding/components/CompletionStep.tsx b/ui/src/onboarding/components/CompletionStep.tsx similarity index 100% rename from chronograf/ui/src/onboarding/components/CompletionStep.tsx rename to ui/src/onboarding/components/CompletionStep.tsx diff --git a/chronograf/ui/src/onboarding/components/InitStep.tsx b/ui/src/onboarding/components/InitStep.tsx similarity index 100% rename from chronograf/ui/src/onboarding/components/InitStep.tsx rename to ui/src/onboarding/components/InitStep.tsx diff --git a/chronograf/ui/src/onboarding/components/OtherStep.tsx b/ui/src/onboarding/components/OtherStep.tsx similarity index 100% rename from chronograf/ui/src/onboarding/components/OtherStep.tsx rename to ui/src/onboarding/components/OtherStep.tsx diff --git a/chronograf/ui/src/onboarding/containers/OnboardingWizard.tsx b/ui/src/onboarding/containers/OnboardingWizard.tsx similarity index 100% rename from chronograf/ui/src/onboarding/containers/OnboardingWizard.tsx rename to ui/src/onboarding/containers/OnboardingWizard.tsx diff --git a/chronograf/ui/src/onboarding/containers/SigninPage.tsx b/ui/src/onboarding/containers/SigninPage.tsx similarity index 100% rename from chronograf/ui/src/onboarding/containers/SigninPage.tsx rename to ui/src/onboarding/containers/SigninPage.tsx diff --git a/chronograf/ui/src/organizations/actions/index.ts b/ui/src/organizations/actions/index.ts similarity index 100% rename from chronograf/ui/src/organizations/actions/index.ts rename to ui/src/organizations/actions/index.ts diff --git a/chronograf/ui/src/organizations/apis/index.ts b/ui/src/organizations/apis/index.ts similarity index 100% rename from chronograf/ui/src/organizations/apis/index.ts rename to ui/src/organizations/apis/index.ts diff --git a/chronograf/ui/src/organizations/components/BucketList.tsx b/ui/src/organizations/components/BucketList.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/BucketList.tsx rename to ui/src/organizations/components/BucketList.tsx diff --git a/chronograf/ui/src/organizations/components/BucketOverlayForm.tsx b/ui/src/organizations/components/BucketOverlayForm.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/BucketOverlayForm.tsx rename to ui/src/organizations/components/BucketOverlayForm.tsx diff --git a/chronograf/ui/src/organizations/components/BucketRow.tsx b/ui/src/organizations/components/BucketRow.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/BucketRow.tsx rename to ui/src/organizations/components/BucketRow.tsx diff --git a/chronograf/ui/src/organizations/components/Buckets.tsx b/ui/src/organizations/components/Buckets.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/Buckets.tsx rename to ui/src/organizations/components/Buckets.tsx diff --git a/chronograf/ui/src/organizations/components/CreateBucketOverlay.tsx b/ui/src/organizations/components/CreateBucketOverlay.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/CreateBucketOverlay.tsx rename to ui/src/organizations/components/CreateBucketOverlay.tsx diff --git a/chronograf/ui/src/organizations/components/CreateOrgOverlay.tsx b/ui/src/organizations/components/CreateOrgOverlay.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/CreateOrgOverlay.tsx rename to ui/src/organizations/components/CreateOrgOverlay.tsx diff --git a/chronograf/ui/src/organizations/components/DashboardList.tsx b/ui/src/organizations/components/DashboardList.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/DashboardList.tsx rename to ui/src/organizations/components/DashboardList.tsx diff --git a/chronograf/ui/src/organizations/components/Dashboards.tsx b/ui/src/organizations/components/Dashboards.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/Dashboards.tsx rename to ui/src/organizations/components/Dashboards.tsx diff --git a/chronograf/ui/src/organizations/components/DeleteOrgButton.tsx b/ui/src/organizations/components/DeleteOrgButton.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/DeleteOrgButton.tsx rename to ui/src/organizations/components/DeleteOrgButton.tsx diff --git a/chronograf/ui/src/organizations/components/Filter.tsx b/ui/src/organizations/components/Filter.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/Filter.tsx rename to ui/src/organizations/components/Filter.tsx diff --git a/chronograf/ui/src/organizations/components/GetOrgResources.tsx b/ui/src/organizations/components/GetOrgResources.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/GetOrgResources.tsx rename to ui/src/organizations/components/GetOrgResources.tsx diff --git a/chronograf/ui/src/organizations/components/MemberList.tsx b/ui/src/organizations/components/MemberList.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/MemberList.tsx rename to ui/src/organizations/components/MemberList.tsx diff --git a/chronograf/ui/src/organizations/components/Members.tsx b/ui/src/organizations/components/Members.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/Members.tsx rename to ui/src/organizations/components/Members.tsx diff --git a/chronograf/ui/src/organizations/components/OrgOptions.tsx b/ui/src/organizations/components/OrgOptions.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/OrgOptions.tsx rename to ui/src/organizations/components/OrgOptions.tsx diff --git a/chronograf/ui/src/organizations/components/OrganizationsIndexContents.tsx b/ui/src/organizations/components/OrganizationsIndexContents.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/OrganizationsIndexContents.tsx rename to ui/src/organizations/components/OrganizationsIndexContents.tsx diff --git a/chronograf/ui/src/organizations/components/Retention.tsx b/ui/src/organizations/components/Retention.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/Retention.tsx rename to ui/src/organizations/components/Retention.tsx diff --git a/chronograf/ui/src/organizations/components/RetentionDuration.tsx b/ui/src/organizations/components/RetentionDuration.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/RetentionDuration.tsx rename to ui/src/organizations/components/RetentionDuration.tsx diff --git a/chronograf/ui/src/organizations/components/TaskList.tsx b/ui/src/organizations/components/TaskList.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/TaskList.tsx rename to ui/src/organizations/components/TaskList.tsx diff --git a/chronograf/ui/src/organizations/components/Tasks.tsx b/ui/src/organizations/components/Tasks.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/Tasks.tsx rename to ui/src/organizations/components/Tasks.tsx diff --git a/chronograf/ui/src/organizations/components/UpdateBucketOverlay.tsx b/ui/src/organizations/components/UpdateBucketOverlay.tsx similarity index 100% rename from chronograf/ui/src/organizations/components/UpdateBucketOverlay.tsx rename to ui/src/organizations/components/UpdateBucketOverlay.tsx diff --git a/chronograf/ui/src/organizations/containers/OrganizationView.tsx b/ui/src/organizations/containers/OrganizationView.tsx similarity index 100% rename from chronograf/ui/src/organizations/containers/OrganizationView.tsx rename to ui/src/organizations/containers/OrganizationView.tsx diff --git a/chronograf/ui/src/organizations/containers/OrganizationsIndex.tsx b/ui/src/organizations/containers/OrganizationsIndex.tsx similarity index 100% rename from chronograf/ui/src/organizations/containers/OrganizationsIndex.tsx rename to ui/src/organizations/containers/OrganizationsIndex.tsx diff --git a/chronograf/ui/src/organizations/reducers/orgs.ts b/ui/src/organizations/reducers/orgs.ts similarity index 100% rename from chronograf/ui/src/organizations/reducers/orgs.ts rename to ui/src/organizations/reducers/orgs.ts diff --git a/chronograf/ui/src/pageLayout/PageLayout.scss b/ui/src/pageLayout/PageLayout.scss similarity index 100% rename from chronograf/ui/src/pageLayout/PageLayout.scss rename to ui/src/pageLayout/PageLayout.scss diff --git a/chronograf/ui/src/pageLayout/components/Nav.scss b/ui/src/pageLayout/components/Nav.scss similarity index 100% rename from chronograf/ui/src/pageLayout/components/Nav.scss rename to ui/src/pageLayout/components/Nav.scss diff --git a/chronograf/ui/src/pageLayout/components/NavMenu.tsx b/ui/src/pageLayout/components/NavMenu.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/components/NavMenu.tsx rename to ui/src/pageLayout/components/NavMenu.tsx diff --git a/chronograf/ui/src/pageLayout/components/NavMenuItem.tsx b/ui/src/pageLayout/components/NavMenuItem.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/components/NavMenuItem.tsx rename to ui/src/pageLayout/components/NavMenuItem.tsx diff --git a/chronograf/ui/src/pageLayout/components/Page.scss b/ui/src/pageLayout/components/Page.scss similarity index 100% rename from chronograf/ui/src/pageLayout/components/Page.scss rename to ui/src/pageLayout/components/Page.scss diff --git a/chronograf/ui/src/pageLayout/components/Page.tsx b/ui/src/pageLayout/components/Page.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/components/Page.tsx rename to ui/src/pageLayout/components/Page.tsx diff --git a/chronograf/ui/src/pageLayout/components/PageContents.tsx b/ui/src/pageLayout/components/PageContents.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/components/PageContents.tsx rename to ui/src/pageLayout/components/PageContents.tsx diff --git a/chronograf/ui/src/pageLayout/components/PageHeader.tsx b/ui/src/pageLayout/components/PageHeader.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/components/PageHeader.tsx rename to ui/src/pageLayout/components/PageHeader.tsx diff --git a/chronograf/ui/src/pageLayout/components/PageHeaderCenter.tsx b/ui/src/pageLayout/components/PageHeaderCenter.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/components/PageHeaderCenter.tsx rename to ui/src/pageLayout/components/PageHeaderCenter.tsx diff --git a/chronograf/ui/src/pageLayout/components/PageHeaderLeft.tsx b/ui/src/pageLayout/components/PageHeaderLeft.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/components/PageHeaderLeft.tsx rename to ui/src/pageLayout/components/PageHeaderLeft.tsx diff --git a/chronograf/ui/src/pageLayout/components/PageHeaderRight.tsx b/ui/src/pageLayout/components/PageHeaderRight.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/components/PageHeaderRight.tsx rename to ui/src/pageLayout/components/PageHeaderRight.tsx diff --git a/chronograf/ui/src/pageLayout/components/PageTitle.tsx b/ui/src/pageLayout/components/PageTitle.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/components/PageTitle.tsx rename to ui/src/pageLayout/components/PageTitle.tsx diff --git a/chronograf/ui/src/pageLayout/components/test/PageHeader.test.tsx b/ui/src/pageLayout/components/test/PageHeader.test.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/components/test/PageHeader.test.tsx rename to ui/src/pageLayout/components/test/PageHeader.test.tsx diff --git a/chronograf/ui/src/pageLayout/components/test/__snapshots__/PageHeader.test.tsx.snap b/ui/src/pageLayout/components/test/__snapshots__/PageHeader.test.tsx.snap similarity index 100% rename from chronograf/ui/src/pageLayout/components/test/__snapshots__/PageHeader.test.tsx.snap rename to ui/src/pageLayout/components/test/__snapshots__/PageHeader.test.tsx.snap diff --git a/chronograf/ui/src/pageLayout/constants/index.ts b/ui/src/pageLayout/constants/index.ts similarity index 100% rename from chronograf/ui/src/pageLayout/constants/index.ts rename to ui/src/pageLayout/constants/index.ts diff --git a/chronograf/ui/src/pageLayout/containers/Nav.tsx b/ui/src/pageLayout/containers/Nav.tsx similarity index 100% rename from chronograf/ui/src/pageLayout/containers/Nav.tsx rename to ui/src/pageLayout/containers/Nav.tsx diff --git a/chronograf/ui/src/pageLayout/index.ts b/ui/src/pageLayout/index.ts similarity index 100% rename from chronograf/ui/src/pageLayout/index.ts rename to ui/src/pageLayout/index.ts diff --git a/chronograf/ui/src/shared/actions/app.ts b/ui/src/shared/actions/app.ts similarity index 100% rename from chronograf/ui/src/shared/actions/app.ts rename to ui/src/shared/actions/app.ts diff --git a/chronograf/ui/src/shared/actions/links.ts b/ui/src/shared/actions/links.ts similarity index 100% rename from chronograf/ui/src/shared/actions/links.ts rename to ui/src/shared/actions/links.ts diff --git a/chronograf/ui/src/shared/actions/notifications.ts b/ui/src/shared/actions/notifications.ts similarity index 100% rename from chronograf/ui/src/shared/actions/notifications.ts rename to ui/src/shared/actions/notifications.ts diff --git a/chronograf/ui/src/shared/actions/sources.ts b/ui/src/shared/actions/sources.ts similarity index 100% rename from chronograf/ui/src/shared/actions/sources.ts rename to ui/src/shared/actions/sources.ts diff --git a/chronograf/ui/src/shared/actions/v2/me.ts b/ui/src/shared/actions/v2/me.ts similarity index 100% rename from chronograf/ui/src/shared/actions/v2/me.ts rename to ui/src/shared/actions/v2/me.ts diff --git a/chronograf/ui/src/shared/actions/v2/source.ts b/ui/src/shared/actions/v2/source.ts similarity index 100% rename from chronograf/ui/src/shared/actions/v2/source.ts rename to ui/src/shared/actions/v2/source.ts diff --git a/chronograf/ui/src/shared/actions/v2/timeMachines.ts b/ui/src/shared/actions/v2/timeMachines.ts similarity index 100% rename from chronograf/ui/src/shared/actions/v2/timeMachines.ts rename to ui/src/shared/actions/v2/timeMachines.ts diff --git a/chronograf/ui/src/shared/apis/flux/metaQueries.ts b/ui/src/shared/apis/flux/metaQueries.ts similarity index 100% rename from chronograf/ui/src/shared/apis/flux/metaQueries.ts rename to ui/src/shared/apis/flux/metaQueries.ts diff --git a/chronograf/ui/src/shared/apis/index.ts b/ui/src/shared/apis/index.ts similarity index 100% rename from chronograf/ui/src/shared/apis/index.ts rename to ui/src/shared/apis/index.ts diff --git a/chronograf/ui/src/shared/apis/links.ts b/ui/src/shared/apis/links.ts similarity index 100% rename from chronograf/ui/src/shared/apis/links.ts rename to ui/src/shared/apis/links.ts diff --git a/chronograf/ui/src/shared/apis/query.ts b/ui/src/shared/apis/query.ts similarity index 100% rename from chronograf/ui/src/shared/apis/query.ts rename to ui/src/shared/apis/query.ts diff --git a/chronograf/ui/src/shared/apis/v2/buckets.ts b/ui/src/shared/apis/v2/buckets.ts similarity index 100% rename from chronograf/ui/src/shared/apis/v2/buckets.ts rename to ui/src/shared/apis/v2/buckets.ts diff --git a/chronograf/ui/src/shared/apis/v2/organization.ts b/ui/src/shared/apis/v2/organization.ts similarity index 100% rename from chronograf/ui/src/shared/apis/v2/organization.ts rename to ui/src/shared/apis/v2/organization.ts diff --git a/chronograf/ui/src/shared/apis/v2/timeSeries.ts b/ui/src/shared/apis/v2/timeSeries.ts similarity index 100% rename from chronograf/ui/src/shared/apis/v2/timeSeries.ts rename to ui/src/shared/apis/v2/timeSeries.ts diff --git a/chronograf/ui/src/shared/apis/v2/user.ts b/ui/src/shared/apis/v2/user.ts similarity index 100% rename from chronograf/ui/src/shared/apis/v2/user.ts rename to ui/src/shared/apis/v2/user.ts diff --git a/chronograf/ui/src/shared/components/ClickOutside.tsx b/ui/src/shared/components/ClickOutside.tsx similarity index 100% rename from chronograf/ui/src/shared/components/ClickOutside.tsx rename to ui/src/shared/components/ClickOutside.tsx diff --git a/chronograf/ui/src/shared/components/ClickOutsideInput.tsx b/ui/src/shared/components/ClickOutsideInput.tsx similarity index 100% rename from chronograf/ui/src/shared/components/ClickOutsideInput.tsx rename to ui/src/shared/components/ClickOutsideInput.tsx diff --git a/chronograf/ui/src/shared/components/ColorDropdown.tsx b/ui/src/shared/components/ColorDropdown.tsx similarity index 100% rename from chronograf/ui/src/shared/components/ColorDropdown.tsx rename to ui/src/shared/components/ColorDropdown.tsx diff --git a/chronograf/ui/src/shared/components/ColorScaleDropdown.tsx b/ui/src/shared/components/ColorScaleDropdown.tsx similarity index 100% rename from chronograf/ui/src/shared/components/ColorScaleDropdown.tsx rename to ui/src/shared/components/ColorScaleDropdown.tsx diff --git a/chronograf/ui/src/shared/components/ConfirmButton.tsx b/ui/src/shared/components/ConfirmButton.tsx similarity index 100% rename from chronograf/ui/src/shared/components/ConfirmButton.tsx rename to ui/src/shared/components/ConfirmButton.tsx diff --git a/chronograf/ui/src/shared/components/CustomSingularTime.tsx b/ui/src/shared/components/CustomSingularTime.tsx similarity index 100% rename from chronograf/ui/src/shared/components/CustomSingularTime.tsx rename to ui/src/shared/components/CustomSingularTime.tsx diff --git a/chronograf/ui/src/shared/components/CustomTimeIndicator.tsx b/ui/src/shared/components/CustomTimeIndicator.tsx similarity index 100% rename from chronograf/ui/src/shared/components/CustomTimeIndicator.tsx rename to ui/src/shared/components/CustomTimeIndicator.tsx diff --git a/chronograf/ui/src/shared/components/DeprecationWarning.tsx b/ui/src/shared/components/DeprecationWarning.tsx similarity index 100% rename from chronograf/ui/src/shared/components/DeprecationWarning.tsx rename to ui/src/shared/components/DeprecationWarning.tsx diff --git a/chronograf/ui/src/shared/components/DragAndDrop.tsx b/ui/src/shared/components/DragAndDrop.tsx similarity index 100% rename from chronograf/ui/src/shared/components/DragAndDrop.tsx rename to ui/src/shared/components/DragAndDrop.tsx diff --git a/chronograf/ui/src/shared/components/DropdownInput.tsx b/ui/src/shared/components/DropdownInput.tsx similarity index 100% rename from chronograf/ui/src/shared/components/DropdownInput.tsx rename to ui/src/shared/components/DropdownInput.tsx diff --git a/chronograf/ui/src/shared/components/DropdownMenu.tsx b/ui/src/shared/components/DropdownMenu.tsx similarity index 100% rename from chronograf/ui/src/shared/components/DropdownMenu.tsx rename to ui/src/shared/components/DropdownMenu.tsx diff --git a/chronograf/ui/src/shared/components/DropdownMenuItem.tsx b/ui/src/shared/components/DropdownMenuItem.tsx similarity index 100% rename from chronograf/ui/src/shared/components/DropdownMenuItem.tsx rename to ui/src/shared/components/DropdownMenuItem.tsx diff --git a/chronograf/ui/src/shared/components/DygraphCell.tsx b/ui/src/shared/components/DygraphCell.tsx similarity index 100% rename from chronograf/ui/src/shared/components/DygraphCell.tsx rename to ui/src/shared/components/DygraphCell.tsx diff --git a/chronograf/ui/src/shared/components/DygraphLegend.tsx b/ui/src/shared/components/DygraphLegend.tsx similarity index 100% rename from chronograf/ui/src/shared/components/DygraphLegend.tsx rename to ui/src/shared/components/DygraphLegend.tsx diff --git a/chronograf/ui/src/shared/components/DygraphLegendSort.tsx b/ui/src/shared/components/DygraphLegendSort.tsx similarity index 100% rename from chronograf/ui/src/shared/components/DygraphLegendSort.tsx rename to ui/src/shared/components/DygraphLegendSort.tsx diff --git a/chronograf/ui/src/shared/components/DygraphTransformation.tsx b/ui/src/shared/components/DygraphTransformation.tsx similarity index 100% rename from chronograf/ui/src/shared/components/DygraphTransformation.tsx rename to ui/src/shared/components/DygraphTransformation.tsx diff --git a/chronograf/ui/src/shared/components/EmptyQuery.tsx b/ui/src/shared/components/EmptyQuery.tsx similarity index 100% rename from chronograf/ui/src/shared/components/EmptyQuery.tsx rename to ui/src/shared/components/EmptyQuery.tsx diff --git a/chronograf/ui/src/shared/components/FeatureFlag.tsx b/ui/src/shared/components/FeatureFlag.tsx similarity index 100% rename from chronograf/ui/src/shared/components/FeatureFlag.tsx rename to ui/src/shared/components/FeatureFlag.tsx diff --git a/chronograf/ui/src/shared/components/Gauge.tsx b/ui/src/shared/components/Gauge.tsx similarity index 100% rename from chronograf/ui/src/shared/components/Gauge.tsx rename to ui/src/shared/components/Gauge.tsx diff --git a/chronograf/ui/src/shared/components/GaugeChart.test.tsx b/ui/src/shared/components/GaugeChart.test.tsx similarity index 100% rename from chronograf/ui/src/shared/components/GaugeChart.test.tsx rename to ui/src/shared/components/GaugeChart.test.tsx diff --git a/chronograf/ui/src/shared/components/GaugeChart.tsx b/ui/src/shared/components/GaugeChart.tsx similarity index 100% rename from chronograf/ui/src/shared/components/GaugeChart.tsx rename to ui/src/shared/components/GaugeChart.tsx diff --git a/chronograf/ui/src/shared/components/HistogramChart.test.tsx b/ui/src/shared/components/HistogramChart.test.tsx similarity index 100% rename from chronograf/ui/src/shared/components/HistogramChart.test.tsx rename to ui/src/shared/components/HistogramChart.test.tsx diff --git a/chronograf/ui/src/shared/components/HistogramChart.tsx b/ui/src/shared/components/HistogramChart.tsx similarity index 100% rename from chronograf/ui/src/shared/components/HistogramChart.tsx rename to ui/src/shared/components/HistogramChart.tsx diff --git a/chronograf/ui/src/shared/components/HistogramChartAxes.tsx b/ui/src/shared/components/HistogramChartAxes.tsx similarity index 100% rename from chronograf/ui/src/shared/components/HistogramChartAxes.tsx rename to ui/src/shared/components/HistogramChartAxes.tsx diff --git a/chronograf/ui/src/shared/components/HistogramChartBars.tsx b/ui/src/shared/components/HistogramChartBars.tsx similarity index 100% rename from chronograf/ui/src/shared/components/HistogramChartBars.tsx rename to ui/src/shared/components/HistogramChartBars.tsx diff --git a/chronograf/ui/src/shared/components/HistogramChartSkeleton.tsx b/ui/src/shared/components/HistogramChartSkeleton.tsx similarity index 100% rename from chronograf/ui/src/shared/components/HistogramChartSkeleton.tsx rename to ui/src/shared/components/HistogramChartSkeleton.tsx diff --git a/chronograf/ui/src/shared/components/HistogramChartTooltip.tsx b/ui/src/shared/components/HistogramChartTooltip.tsx similarity index 100% rename from chronograf/ui/src/shared/components/HistogramChartTooltip.tsx rename to ui/src/shared/components/HistogramChartTooltip.tsx diff --git a/chronograf/ui/src/shared/components/InputClickToEdit.test.tsx b/ui/src/shared/components/InputClickToEdit.test.tsx similarity index 100% rename from chronograf/ui/src/shared/components/InputClickToEdit.test.tsx rename to ui/src/shared/components/InputClickToEdit.test.tsx diff --git a/chronograf/ui/src/shared/components/InputClickToEdit.tsx b/ui/src/shared/components/InputClickToEdit.tsx similarity index 100% rename from chronograf/ui/src/shared/components/InputClickToEdit.tsx rename to ui/src/shared/components/InputClickToEdit.tsx diff --git a/chronograf/ui/src/shared/components/InvalidData.tsx b/ui/src/shared/components/InvalidData.tsx similarity index 100% rename from chronograf/ui/src/shared/components/InvalidData.tsx rename to ui/src/shared/components/InvalidData.tsx diff --git a/chronograf/ui/src/shared/components/KapacitorFormInput.tsx b/ui/src/shared/components/KapacitorFormInput.tsx similarity index 100% rename from chronograf/ui/src/shared/components/KapacitorFormInput.tsx rename to ui/src/shared/components/KapacitorFormInput.tsx diff --git a/chronograf/ui/src/shared/components/KeyboardShortcuts.test.tsx b/ui/src/shared/components/KeyboardShortcuts.test.tsx similarity index 100% rename from chronograf/ui/src/shared/components/KeyboardShortcuts.test.tsx rename to ui/src/shared/components/KeyboardShortcuts.test.tsx diff --git a/chronograf/ui/src/shared/components/KeyboardShortcuts.tsx b/ui/src/shared/components/KeyboardShortcuts.tsx similarity index 100% rename from chronograf/ui/src/shared/components/KeyboardShortcuts.tsx rename to ui/src/shared/components/KeyboardShortcuts.tsx diff --git a/chronograf/ui/src/shared/components/LineGraph.tsx b/ui/src/shared/components/LineGraph.tsx similarity index 100% rename from chronograf/ui/src/shared/components/LineGraph.tsx rename to ui/src/shared/components/LineGraph.tsx diff --git a/chronograf/ui/src/shared/components/LoadingDots.tsx b/ui/src/shared/components/LoadingDots.tsx similarity index 100% rename from chronograf/ui/src/shared/components/LoadingDots.tsx rename to ui/src/shared/components/LoadingDots.tsx diff --git a/chronograf/ui/src/shared/components/ManualRefresh.tsx b/ui/src/shared/components/ManualRefresh.tsx similarity index 100% rename from chronograf/ui/src/shared/components/ManualRefresh.tsx rename to ui/src/shared/components/ManualRefresh.tsx diff --git a/chronograf/ui/src/shared/components/MenuTooltipButton.tsx b/ui/src/shared/components/MenuTooltipButton.tsx similarity index 100% rename from chronograf/ui/src/shared/components/MenuTooltipButton.tsx rename to ui/src/shared/components/MenuTooltipButton.tsx diff --git a/chronograf/ui/src/shared/components/MultiGrid/CellMeasurerCacheDecorator.ts b/ui/src/shared/components/MultiGrid/CellMeasurerCacheDecorator.ts similarity index 100% rename from chronograf/ui/src/shared/components/MultiGrid/CellMeasurerCacheDecorator.ts rename to ui/src/shared/components/MultiGrid/CellMeasurerCacheDecorator.ts diff --git a/chronograf/ui/src/shared/components/MultiGrid/MultiGrid.tsx b/ui/src/shared/components/MultiGrid/MultiGrid.tsx similarity index 100% rename from chronograf/ui/src/shared/components/MultiGrid/MultiGrid.tsx rename to ui/src/shared/components/MultiGrid/MultiGrid.tsx diff --git a/chronograf/ui/src/shared/components/MultiGrid/index.ts b/ui/src/shared/components/MultiGrid/index.ts similarity index 100% rename from chronograf/ui/src/shared/components/MultiGrid/index.ts rename to ui/src/shared/components/MultiGrid/index.ts diff --git a/chronograf/ui/src/shared/components/NotFound.tsx b/ui/src/shared/components/NotFound.tsx similarity index 100% rename from chronograf/ui/src/shared/components/NotFound.tsx rename to ui/src/shared/components/NotFound.tsx diff --git a/chronograf/ui/src/shared/components/OptIn.tsx b/ui/src/shared/components/OptIn.tsx similarity index 100% rename from chronograf/ui/src/shared/components/OptIn.tsx rename to ui/src/shared/components/OptIn.tsx diff --git a/chronograf/ui/src/shared/components/QuestionMarkTooltip.tsx b/ui/src/shared/components/QuestionMarkTooltip.tsx similarity index 100% rename from chronograf/ui/src/shared/components/QuestionMarkTooltip.tsx rename to ui/src/shared/components/QuestionMarkTooltip.tsx diff --git a/chronograf/ui/src/shared/components/RefreshingView.tsx b/ui/src/shared/components/RefreshingView.tsx similarity index 100% rename from chronograf/ui/src/shared/components/RefreshingView.tsx rename to ui/src/shared/components/RefreshingView.tsx diff --git a/chronograf/ui/src/shared/components/ResizeHandle.tsx b/ui/src/shared/components/ResizeHandle.tsx similarity index 100% rename from chronograf/ui/src/shared/components/ResizeHandle.tsx rename to ui/src/shared/components/ResizeHandle.tsx diff --git a/chronograf/ui/src/shared/components/SingleStat.tsx b/ui/src/shared/components/SingleStat.tsx similarity index 100% rename from chronograf/ui/src/shared/components/SingleStat.tsx rename to ui/src/shared/components/SingleStat.tsx diff --git a/chronograf/ui/src/shared/components/SingleStatTransform.tsx b/ui/src/shared/components/SingleStatTransform.tsx similarity index 100% rename from chronograf/ui/src/shared/components/SingleStatTransform.tsx rename to ui/src/shared/components/SingleStatTransform.tsx diff --git a/chronograf/ui/src/shared/components/Stacked.tsx b/ui/src/shared/components/Stacked.tsx similarity index 100% rename from chronograf/ui/src/shared/components/Stacked.tsx rename to ui/src/shared/components/Stacked.tsx diff --git a/chronograf/ui/src/shared/components/StepPlot.tsx b/ui/src/shared/components/StepPlot.tsx similarity index 100% rename from chronograf/ui/src/shared/components/StepPlot.tsx rename to ui/src/shared/components/StepPlot.tsx diff --git a/chronograf/ui/src/shared/components/SubSections.test.tsx b/ui/src/shared/components/SubSections.test.tsx similarity index 100% rename from chronograf/ui/src/shared/components/SubSections.test.tsx rename to ui/src/shared/components/SubSections.test.tsx diff --git a/chronograf/ui/src/shared/components/SubSections.tsx b/ui/src/shared/components/SubSections.tsx similarity index 100% rename from chronograf/ui/src/shared/components/SubSections.tsx rename to ui/src/shared/components/SubSections.tsx diff --git a/chronograf/ui/src/shared/components/SubSectionsTab.tsx b/ui/src/shared/components/SubSectionsTab.tsx similarity index 100% rename from chronograf/ui/src/shared/components/SubSectionsTab.tsx rename to ui/src/shared/components/SubSectionsTab.tsx diff --git a/chronograf/ui/src/shared/components/Tabs.tsx b/ui/src/shared/components/Tabs.tsx similarity index 100% rename from chronograf/ui/src/shared/components/Tabs.tsx rename to ui/src/shared/components/Tabs.tsx diff --git a/chronograf/ui/src/shared/components/TagInput.tsx b/ui/src/shared/components/TagInput.tsx similarity index 100% rename from chronograf/ui/src/shared/components/TagInput.tsx rename to ui/src/shared/components/TagInput.tsx diff --git a/chronograf/ui/src/shared/components/TagListItem.tsx b/ui/src/shared/components/TagListItem.tsx similarity index 100% rename from chronograf/ui/src/shared/components/TagListItem.tsx rename to ui/src/shared/components/TagListItem.tsx diff --git a/chronograf/ui/src/shared/components/Tags.tsx b/ui/src/shared/components/Tags.tsx similarity index 100% rename from chronograf/ui/src/shared/components/Tags.tsx rename to ui/src/shared/components/Tags.tsx diff --git a/chronograf/ui/src/shared/components/TagsAddButton.tsx b/ui/src/shared/components/TagsAddButton.tsx similarity index 100% rename from chronograf/ui/src/shared/components/TagsAddButton.tsx rename to ui/src/shared/components/TagsAddButton.tsx diff --git a/chronograf/ui/src/shared/components/TimeMachine.scss b/ui/src/shared/components/TimeMachine.scss similarity index 100% rename from chronograf/ui/src/shared/components/TimeMachine.scss rename to ui/src/shared/components/TimeMachine.scss diff --git a/chronograf/ui/src/shared/components/TimeMachine.tsx b/ui/src/shared/components/TimeMachine.tsx similarity index 100% rename from chronograf/ui/src/shared/components/TimeMachine.tsx rename to ui/src/shared/components/TimeMachine.tsx diff --git a/chronograf/ui/src/shared/components/TimeMachineControls.scss b/ui/src/shared/components/TimeMachineControls.scss similarity index 100% rename from chronograf/ui/src/shared/components/TimeMachineControls.scss rename to ui/src/shared/components/TimeMachineControls.scss diff --git a/chronograf/ui/src/shared/components/TimeMachineControls.tsx b/ui/src/shared/components/TimeMachineControls.tsx similarity index 100% rename from chronograf/ui/src/shared/components/TimeMachineControls.tsx rename to ui/src/shared/components/TimeMachineControls.tsx diff --git a/chronograf/ui/src/shared/components/TimeMachineTabs.tsx b/ui/src/shared/components/TimeMachineTabs.tsx similarity index 100% rename from chronograf/ui/src/shared/components/TimeMachineTabs.tsx rename to ui/src/shared/components/TimeMachineTabs.tsx diff --git a/chronograf/ui/src/shared/components/TimeRangeDropdown.tsx b/ui/src/shared/components/TimeRangeDropdown.tsx similarity index 100% rename from chronograf/ui/src/shared/components/TimeRangeDropdown.tsx rename to ui/src/shared/components/TimeRangeDropdown.tsx diff --git a/chronograf/ui/src/shared/components/ViewTypeSelector.scss b/ui/src/shared/components/ViewTypeSelector.scss similarity index 100% rename from chronograf/ui/src/shared/components/ViewTypeSelector.scss rename to ui/src/shared/components/ViewTypeSelector.scss diff --git a/chronograf/ui/src/shared/components/ViewTypeSelector.tsx b/ui/src/shared/components/ViewTypeSelector.tsx similarity index 100% rename from chronograf/ui/src/shared/components/ViewTypeSelector.tsx rename to ui/src/shared/components/ViewTypeSelector.tsx diff --git a/chronograf/ui/src/shared/components/XBrush.tsx b/ui/src/shared/components/XBrush.tsx similarity index 100% rename from chronograf/ui/src/shared/components/XBrush.tsx rename to ui/src/shared/components/XBrush.tsx diff --git a/chronograf/ui/src/shared/components/__snapshots__/HistogramChart.test.tsx.snap b/ui/src/shared/components/__snapshots__/HistogramChart.test.tsx.snap similarity index 100% rename from chronograf/ui/src/shared/components/__snapshots__/HistogramChart.test.tsx.snap rename to ui/src/shared/components/__snapshots__/HistogramChart.test.tsx.snap diff --git a/chronograf/ui/src/shared/components/avatar/Avatar.scss b/ui/src/shared/components/avatar/Avatar.scss similarity index 100% rename from chronograf/ui/src/shared/components/avatar/Avatar.scss rename to ui/src/shared/components/avatar/Avatar.scss diff --git a/chronograf/ui/src/shared/components/avatar/Avatar.tsx b/ui/src/shared/components/avatar/Avatar.tsx similarity index 100% rename from chronograf/ui/src/shared/components/avatar/Avatar.tsx rename to ui/src/shared/components/avatar/Avatar.tsx diff --git a/chronograf/ui/src/shared/components/cells/Cell.tsx b/ui/src/shared/components/cells/Cell.tsx similarity index 100% rename from chronograf/ui/src/shared/components/cells/Cell.tsx rename to ui/src/shared/components/cells/Cell.tsx diff --git a/chronograf/ui/src/shared/components/cells/CellHeader.tsx b/ui/src/shared/components/cells/CellHeader.tsx similarity index 100% rename from chronograf/ui/src/shared/components/cells/CellHeader.tsx rename to ui/src/shared/components/cells/CellHeader.tsx diff --git a/chronograf/ui/src/shared/components/cells/CellMenu.tsx b/ui/src/shared/components/cells/CellMenu.tsx similarity index 100% rename from chronograf/ui/src/shared/components/cells/CellMenu.tsx rename to ui/src/shared/components/cells/CellMenu.tsx diff --git a/chronograf/ui/src/shared/components/cells/Cells.scss b/ui/src/shared/components/cells/Cells.scss similarity index 100% rename from chronograf/ui/src/shared/components/cells/Cells.scss rename to ui/src/shared/components/cells/Cells.scss diff --git a/chronograf/ui/src/shared/components/cells/Cells.tsx b/ui/src/shared/components/cells/Cells.tsx similarity index 100% rename from chronograf/ui/src/shared/components/cells/Cells.tsx rename to ui/src/shared/components/cells/Cells.tsx diff --git a/chronograf/ui/src/shared/components/cells/Dashboards.scss b/ui/src/shared/components/cells/Dashboards.scss similarity index 100% rename from chronograf/ui/src/shared/components/cells/Dashboards.scss rename to ui/src/shared/components/cells/Dashboards.scss diff --git a/chronograf/ui/src/shared/components/cells/View.tsx b/ui/src/shared/components/cells/View.tsx similarity index 100% rename from chronograf/ui/src/shared/components/cells/View.tsx rename to ui/src/shared/components/cells/View.tsx diff --git a/chronograf/ui/src/shared/components/cells/react-grid-layout.scss b/ui/src/shared/components/cells/react-grid-layout.scss similarity index 100% rename from chronograf/ui/src/shared/components/cells/react-grid-layout.scss rename to ui/src/shared/components/cells/react-grid-layout.scss diff --git a/chronograf/ui/src/shared/components/code_mirror/CodeMirror.scss b/ui/src/shared/components/code_mirror/CodeMirror.scss similarity index 100% rename from chronograf/ui/src/shared/components/code_mirror/CodeMirror.scss rename to ui/src/shared/components/code_mirror/CodeMirror.scss diff --git a/chronograf/ui/src/shared/components/code_mirror/CodeMirrorTheme.scss b/ui/src/shared/components/code_mirror/CodeMirrorTheme.scss similarity index 100% rename from chronograf/ui/src/shared/components/code_mirror/CodeMirrorTheme.scss rename to ui/src/shared/components/code_mirror/CodeMirrorTheme.scss diff --git a/chronograf/ui/src/shared/components/code_mirror/_ThemeHints.scss b/ui/src/shared/components/code_mirror/_ThemeHints.scss similarity index 100% rename from chronograf/ui/src/shared/components/code_mirror/_ThemeHints.scss rename to ui/src/shared/components/code_mirror/_ThemeHints.scss diff --git a/chronograf/ui/src/shared/components/code_mirror/_ThemeInfluxQL.scss b/ui/src/shared/components/code_mirror/_ThemeInfluxQL.scss similarity index 100% rename from chronograf/ui/src/shared/components/code_mirror/_ThemeInfluxQL.scss rename to ui/src/shared/components/code_mirror/_ThemeInfluxQL.scss diff --git a/chronograf/ui/src/shared/components/code_mirror/_ThemeTickscript.scss b/ui/src/shared/components/code_mirror/_ThemeTickscript.scss similarity index 100% rename from chronograf/ui/src/shared/components/code_mirror/_ThemeTickscript.scss rename to ui/src/shared/components/code_mirror/_ThemeTickscript.scss diff --git a/chronograf/ui/src/shared/components/code_mirror/_ThemeTimeMachine.scss b/ui/src/shared/components/code_mirror/_ThemeTimeMachine.scss similarity index 100% rename from chronograf/ui/src/shared/components/code_mirror/_ThemeTimeMachine.scss rename to ui/src/shared/components/code_mirror/_ThemeTimeMachine.scss diff --git a/chronograf/ui/src/shared/components/color_dropdown/ColorDropdown.tsx b/ui/src/shared/components/color_dropdown/ColorDropdown.tsx similarity index 100% rename from chronograf/ui/src/shared/components/color_dropdown/ColorDropdown.tsx rename to ui/src/shared/components/color_dropdown/ColorDropdown.tsx diff --git a/chronograf/ui/src/shared/components/color_dropdown/color-dropdown.scss b/ui/src/shared/components/color_dropdown/color-dropdown.scss similarity index 100% rename from chronograf/ui/src/shared/components/color_dropdown/color-dropdown.scss rename to ui/src/shared/components/color_dropdown/color-dropdown.scss diff --git a/chronograf/ui/src/shared/components/crosshair/Crosshair.scss b/ui/src/shared/components/crosshair/Crosshair.scss similarity index 100% rename from chronograf/ui/src/shared/components/crosshair/Crosshair.scss rename to ui/src/shared/components/crosshair/Crosshair.scss diff --git a/chronograf/ui/src/shared/components/crosshair/Crosshair.tsx b/ui/src/shared/components/crosshair/Crosshair.tsx similarity index 100% rename from chronograf/ui/src/shared/components/crosshair/Crosshair.tsx rename to ui/src/shared/components/crosshair/Crosshair.tsx diff --git a/chronograf/ui/src/shared/components/dropdown_auto_refresh/AutoRefreshDropdown.scss b/ui/src/shared/components/dropdown_auto_refresh/AutoRefreshDropdown.scss similarity index 100% rename from chronograf/ui/src/shared/components/dropdown_auto_refresh/AutoRefreshDropdown.scss rename to ui/src/shared/components/dropdown_auto_refresh/AutoRefreshDropdown.scss diff --git a/chronograf/ui/src/shared/components/dropdown_auto_refresh/AutoRefreshDropdown.tsx b/ui/src/shared/components/dropdown_auto_refresh/AutoRefreshDropdown.tsx similarity index 100% rename from chronograf/ui/src/shared/components/dropdown_auto_refresh/AutoRefreshDropdown.tsx rename to ui/src/shared/components/dropdown_auto_refresh/AutoRefreshDropdown.tsx diff --git a/chronograf/ui/src/shared/components/dygraph/Dygraph.scss b/ui/src/shared/components/dygraph/Dygraph.scss similarity index 100% rename from chronograf/ui/src/shared/components/dygraph/Dygraph.scss rename to ui/src/shared/components/dygraph/Dygraph.scss diff --git a/chronograf/ui/src/shared/components/dygraph/Dygraph.tsx b/ui/src/shared/components/dygraph/Dygraph.tsx similarity index 100% rename from chronograf/ui/src/shared/components/dygraph/Dygraph.tsx rename to ui/src/shared/components/dygraph/Dygraph.tsx diff --git a/chronograf/ui/src/shared/components/fancy_scrollbar/FancyScrollbar.scss b/ui/src/shared/components/fancy_scrollbar/FancyScrollbar.scss similarity index 100% rename from chronograf/ui/src/shared/components/fancy_scrollbar/FancyScrollbar.scss rename to ui/src/shared/components/fancy_scrollbar/FancyScrollbar.scss diff --git a/chronograf/ui/src/shared/components/fancy_scrollbar/FancyScrollbar.tsx b/ui/src/shared/components/fancy_scrollbar/FancyScrollbar.tsx similarity index 100% rename from chronograf/ui/src/shared/components/fancy_scrollbar/FancyScrollbar.tsx rename to ui/src/shared/components/fancy_scrollbar/FancyScrollbar.tsx diff --git a/chronograf/ui/src/shared/components/graph_tips/GraphTips.scss b/ui/src/shared/components/graph_tips/GraphTips.scss similarity index 100% rename from chronograf/ui/src/shared/components/graph_tips/GraphTips.scss rename to ui/src/shared/components/graph_tips/GraphTips.scss diff --git a/chronograf/ui/src/shared/components/graph_tips/GraphTips.tsx b/ui/src/shared/components/graph_tips/GraphTips.tsx similarity index 100% rename from chronograf/ui/src/shared/components/graph_tips/GraphTips.tsx rename to ui/src/shared/components/graph_tips/GraphTips.tsx diff --git a/chronograf/ui/src/shared/components/index_views/IndexList.scss b/ui/src/shared/components/index_views/IndexList.scss similarity index 100% rename from chronograf/ui/src/shared/components/index_views/IndexList.scss rename to ui/src/shared/components/index_views/IndexList.scss diff --git a/chronograf/ui/src/shared/components/index_views/IndexList.tsx b/ui/src/shared/components/index_views/IndexList.tsx similarity index 100% rename from chronograf/ui/src/shared/components/index_views/IndexList.tsx rename to ui/src/shared/components/index_views/IndexList.tsx diff --git a/chronograf/ui/src/shared/components/index_views/IndexListBody.tsx b/ui/src/shared/components/index_views/IndexListBody.tsx similarity index 100% rename from chronograf/ui/src/shared/components/index_views/IndexListBody.tsx rename to ui/src/shared/components/index_views/IndexListBody.tsx diff --git a/chronograf/ui/src/shared/components/index_views/IndexListHeader.tsx b/ui/src/shared/components/index_views/IndexListHeader.tsx similarity index 100% rename from chronograf/ui/src/shared/components/index_views/IndexListHeader.tsx rename to ui/src/shared/components/index_views/IndexListHeader.tsx diff --git a/chronograf/ui/src/shared/components/index_views/IndexListHeaderCell.tsx b/ui/src/shared/components/index_views/IndexListHeaderCell.tsx similarity index 100% rename from chronograf/ui/src/shared/components/index_views/IndexListHeaderCell.tsx rename to ui/src/shared/components/index_views/IndexListHeaderCell.tsx diff --git a/chronograf/ui/src/shared/components/index_views/IndexListRow.tsx b/ui/src/shared/components/index_views/IndexListRow.tsx similarity index 100% rename from chronograf/ui/src/shared/components/index_views/IndexListRow.tsx rename to ui/src/shared/components/index_views/IndexListRow.tsx diff --git a/chronograf/ui/src/shared/components/index_views/IndexListRowCell.tsx b/ui/src/shared/components/index_views/IndexListRowCell.tsx similarity index 100% rename from chronograf/ui/src/shared/components/index_views/IndexListRowCell.tsx rename to ui/src/shared/components/index_views/IndexListRowCell.tsx diff --git a/chronograf/ui/src/shared/components/index_views/README.md b/ui/src/shared/components/index_views/README.md similarity index 100% rename from chronograf/ui/src/shared/components/index_views/README.md rename to ui/src/shared/components/index_views/README.md diff --git a/chronograf/ui/src/shared/components/index_views/test/IndexList.test.tsx b/ui/src/shared/components/index_views/test/IndexList.test.tsx similarity index 100% rename from chronograf/ui/src/shared/components/index_views/test/IndexList.test.tsx rename to ui/src/shared/components/index_views/test/IndexList.test.tsx diff --git a/chronograf/ui/src/shared/components/index_views/test/__snapshots__/IndexList.test.tsx.snap b/ui/src/shared/components/index_views/test/__snapshots__/IndexList.test.tsx.snap similarity index 100% rename from chronograf/ui/src/shared/components/index_views/test/__snapshots__/IndexList.test.tsx.snap rename to ui/src/shared/components/index_views/test/__snapshots__/IndexList.test.tsx.snap diff --git a/chronograf/ui/src/shared/components/notifications/Notification.tsx b/ui/src/shared/components/notifications/Notification.tsx similarity index 100% rename from chronograf/ui/src/shared/components/notifications/Notification.tsx rename to ui/src/shared/components/notifications/Notification.tsx diff --git a/chronograf/ui/src/shared/components/notifications/Notifications.scss b/ui/src/shared/components/notifications/Notifications.scss similarity index 100% rename from chronograf/ui/src/shared/components/notifications/Notifications.scss rename to ui/src/shared/components/notifications/Notifications.scss diff --git a/chronograf/ui/src/shared/components/notifications/Notifications.tsx b/ui/src/shared/components/notifications/Notifications.tsx similarity index 100% rename from chronograf/ui/src/shared/components/notifications/Notifications.tsx rename to ui/src/shared/components/notifications/Notifications.tsx diff --git a/chronograf/ui/src/shared/components/page_spinner/PageSpinner.scss b/ui/src/shared/components/page_spinner/PageSpinner.scss similarity index 100% rename from chronograf/ui/src/shared/components/page_spinner/PageSpinner.scss rename to ui/src/shared/components/page_spinner/PageSpinner.scss diff --git a/chronograf/ui/src/shared/components/profile_page/ProfilePage.scss b/ui/src/shared/components/profile_page/ProfilePage.scss similarity index 100% rename from chronograf/ui/src/shared/components/profile_page/ProfilePage.scss rename to ui/src/shared/components/profile_page/ProfilePage.scss diff --git a/chronograf/ui/src/shared/components/profile_page/ProfilePage.tsx b/ui/src/shared/components/profile_page/ProfilePage.tsx similarity index 100% rename from chronograf/ui/src/shared/components/profile_page/ProfilePage.tsx rename to ui/src/shared/components/profile_page/ProfilePage.tsx diff --git a/chronograf/ui/src/shared/components/profile_page/ProfilePageHeader.tsx b/ui/src/shared/components/profile_page/ProfilePageHeader.tsx similarity index 100% rename from chronograf/ui/src/shared/components/profile_page/ProfilePageHeader.tsx rename to ui/src/shared/components/profile_page/ProfilePageHeader.tsx diff --git a/chronograf/ui/src/shared/components/profile_page/ProfilePageSection.tsx b/ui/src/shared/components/profile_page/ProfilePageSection.tsx similarity index 100% rename from chronograf/ui/src/shared/components/profile_page/ProfilePageSection.tsx rename to ui/src/shared/components/profile_page/ProfilePageSection.tsx diff --git a/chronograf/ui/src/shared/components/profile_page/ProfilePageTab.tsx b/ui/src/shared/components/profile_page/ProfilePageTab.tsx similarity index 100% rename from chronograf/ui/src/shared/components/profile_page/ProfilePageTab.tsx rename to ui/src/shared/components/profile_page/ProfilePageTab.tsx diff --git a/chronograf/ui/src/shared/components/resource_fetcher/ResourceFetcher.tsx b/ui/src/shared/components/resource_fetcher/ResourceFetcher.tsx similarity index 100% rename from chronograf/ui/src/shared/components/resource_fetcher/ResourceFetcher.tsx rename to ui/src/shared/components/resource_fetcher/ResourceFetcher.tsx diff --git a/chronograf/ui/src/shared/components/resource_fetcher/index.ts b/ui/src/shared/components/resource_fetcher/index.ts similarity index 100% rename from chronograf/ui/src/shared/components/resource_fetcher/index.ts rename to ui/src/shared/components/resource_fetcher/index.ts diff --git a/chronograf/ui/src/shared/components/search_widget/SearchWidget.tsx b/ui/src/shared/components/search_widget/SearchWidget.tsx similarity index 100% rename from chronograf/ui/src/shared/components/search_widget/SearchWidget.tsx rename to ui/src/shared/components/search_widget/SearchWidget.tsx diff --git a/chronograf/ui/src/shared/components/splash_page/SplashHeader.tsx b/ui/src/shared/components/splash_page/SplashHeader.tsx similarity index 100% rename from chronograf/ui/src/shared/components/splash_page/SplashHeader.tsx rename to ui/src/shared/components/splash_page/SplashHeader.tsx diff --git a/chronograf/ui/src/shared/components/splash_page/SplashLogo.tsx b/ui/src/shared/components/splash_page/SplashLogo.tsx similarity index 100% rename from chronograf/ui/src/shared/components/splash_page/SplashLogo.tsx rename to ui/src/shared/components/splash_page/SplashLogo.tsx diff --git a/chronograf/ui/src/shared/components/splash_page/SplashPage.scss b/ui/src/shared/components/splash_page/SplashPage.scss similarity index 100% rename from chronograf/ui/src/shared/components/splash_page/SplashPage.scss rename to ui/src/shared/components/splash_page/SplashPage.scss diff --git a/chronograf/ui/src/shared/components/splash_page/SplashPage.tsx b/ui/src/shared/components/splash_page/SplashPage.tsx similarity index 100% rename from chronograf/ui/src/shared/components/splash_page/SplashPage.tsx rename to ui/src/shared/components/splash_page/SplashPage.tsx diff --git a/chronograf/ui/src/shared/components/splash_page/SplashPanel.tsx b/ui/src/shared/components/splash_page/SplashPanel.tsx similarity index 100% rename from chronograf/ui/src/shared/components/splash_page/SplashPanel.tsx rename to ui/src/shared/components/splash_page/SplashPanel.tsx diff --git a/chronograf/ui/src/shared/components/tables/TableCell.tsx b/ui/src/shared/components/tables/TableCell.tsx similarity index 100% rename from chronograf/ui/src/shared/components/tables/TableCell.tsx rename to ui/src/shared/components/tables/TableCell.tsx diff --git a/chronograf/ui/src/shared/components/tables/TableGraph.tsx b/ui/src/shared/components/tables/TableGraph.tsx similarity index 100% rename from chronograf/ui/src/shared/components/tables/TableGraph.tsx rename to ui/src/shared/components/tables/TableGraph.tsx diff --git a/chronograf/ui/src/shared/components/tables/TableGraphTransform.tsx b/ui/src/shared/components/tables/TableGraphTransform.tsx similarity index 100% rename from chronograf/ui/src/shared/components/tables/TableGraphTransform.tsx rename to ui/src/shared/components/tables/TableGraphTransform.tsx diff --git a/chronograf/ui/src/shared/components/tables/TimeMachineTables.scss b/ui/src/shared/components/tables/TimeMachineTables.scss similarity index 100% rename from chronograf/ui/src/shared/components/tables/TimeMachineTables.scss rename to ui/src/shared/components/tables/TimeMachineTables.scss diff --git a/chronograf/ui/src/shared/components/tables/TimeMachineTables.tsx b/ui/src/shared/components/tables/TimeMachineTables.tsx similarity index 100% rename from chronograf/ui/src/shared/components/tables/TimeMachineTables.tsx rename to ui/src/shared/components/tables/TimeMachineTables.tsx diff --git a/chronograf/ui/src/shared/components/threesizer/Division.tsx b/ui/src/shared/components/threesizer/Division.tsx similarity index 100% rename from chronograf/ui/src/shared/components/threesizer/Division.tsx rename to ui/src/shared/components/threesizer/Division.tsx diff --git a/chronograf/ui/src/shared/components/threesizer/DivisionHeader.tsx b/ui/src/shared/components/threesizer/DivisionHeader.tsx similarity index 100% rename from chronograf/ui/src/shared/components/threesizer/DivisionHeader.tsx rename to ui/src/shared/components/threesizer/DivisionHeader.tsx diff --git a/chronograf/ui/src/shared/components/threesizer/DivisionMenu.tsx b/ui/src/shared/components/threesizer/DivisionMenu.tsx similarity index 100% rename from chronograf/ui/src/shared/components/threesizer/DivisionMenu.tsx rename to ui/src/shared/components/threesizer/DivisionMenu.tsx diff --git a/chronograf/ui/src/shared/components/threesizer/Threesizer.scss b/ui/src/shared/components/threesizer/Threesizer.scss similarity index 100% rename from chronograf/ui/src/shared/components/threesizer/Threesizer.scss rename to ui/src/shared/components/threesizer/Threesizer.scss diff --git a/chronograf/ui/src/shared/components/threesizer/Threesizer.tsx b/ui/src/shared/components/threesizer/Threesizer.tsx similarity index 100% rename from chronograf/ui/src/shared/components/threesizer/Threesizer.tsx rename to ui/src/shared/components/threesizer/Threesizer.tsx diff --git a/chronograf/ui/src/shared/components/time_series/TimeSeries.tsx b/ui/src/shared/components/time_series/TimeSeries.tsx similarity index 100% rename from chronograf/ui/src/shared/components/time_series/TimeSeries.tsx rename to ui/src/shared/components/time_series/TimeSeries.tsx diff --git a/chronograf/ui/src/shared/components/views/Markdown.scss b/ui/src/shared/components/views/Markdown.scss similarity index 100% rename from chronograf/ui/src/shared/components/views/Markdown.scss rename to ui/src/shared/components/views/Markdown.scss diff --git a/chronograf/ui/src/shared/components/views/Markdown.tsx b/ui/src/shared/components/views/Markdown.tsx similarity index 100% rename from chronograf/ui/src/shared/components/views/Markdown.tsx rename to ui/src/shared/components/views/Markdown.tsx diff --git a/chronograf/ui/src/shared/components/views/gettingsStarted.ts b/ui/src/shared/components/views/gettingsStarted.ts similarity index 100% rename from chronograf/ui/src/shared/components/views/gettingsStarted.ts rename to ui/src/shared/components/views/gettingsStarted.ts diff --git a/chronograf/ui/src/shared/constants/classNames.ts b/ui/src/shared/constants/classNames.ts similarity index 100% rename from chronograf/ui/src/shared/constants/classNames.ts rename to ui/src/shared/constants/classNames.ts diff --git a/chronograf/ui/src/shared/constants/codeMirrorModes.ts b/ui/src/shared/constants/codeMirrorModes.ts similarity index 100% rename from chronograf/ui/src/shared/constants/codeMirrorModes.ts rename to ui/src/shared/constants/codeMirrorModes.ts diff --git a/chronograf/ui/src/shared/constants/colorOperations.ts b/ui/src/shared/constants/colorOperations.ts similarity index 100% rename from chronograf/ui/src/shared/constants/colorOperations.ts rename to ui/src/shared/constants/colorOperations.ts diff --git a/chronograf/ui/src/shared/constants/gaugeSpecs.ts b/ui/src/shared/constants/gaugeSpecs.ts similarity index 100% rename from chronograf/ui/src/shared/constants/gaugeSpecs.ts rename to ui/src/shared/constants/gaugeSpecs.ts diff --git a/chronograf/ui/src/shared/constants/graphColorPalettes.ts b/ui/src/shared/constants/graphColorPalettes.ts similarity index 100% rename from chronograf/ui/src/shared/constants/graphColorPalettes.ts rename to ui/src/shared/constants/graphColorPalettes.ts diff --git a/chronograf/ui/src/shared/constants/groupByTimes.ts b/ui/src/shared/constants/groupByTimes.ts similarity index 100% rename from chronograf/ui/src/shared/constants/groupByTimes.ts rename to ui/src/shared/constants/groupByTimes.ts diff --git a/chronograf/ui/src/shared/constants/index.ts b/ui/src/shared/constants/index.ts similarity index 100% rename from chronograf/ui/src/shared/constants/index.ts rename to ui/src/shared/constants/index.ts diff --git a/chronograf/ui/src/shared/constants/influxql.ts b/ui/src/shared/constants/influxql.ts similarity index 100% rename from chronograf/ui/src/shared/constants/influxql.ts rename to ui/src/shared/constants/influxql.ts diff --git a/chronograf/ui/src/shared/constants/queryFillOptions.ts b/ui/src/shared/constants/queryFillOptions.ts similarity index 100% rename from chronograf/ui/src/shared/constants/queryFillOptions.ts rename to ui/src/shared/constants/queryFillOptions.ts diff --git a/chronograf/ui/src/shared/constants/series.ts b/ui/src/shared/constants/series.ts similarity index 100% rename from chronograf/ui/src/shared/constants/series.ts rename to ui/src/shared/constants/series.ts diff --git a/chronograf/ui/src/shared/constants/tableGraph.ts b/ui/src/shared/constants/tableGraph.ts similarity index 100% rename from chronograf/ui/src/shared/constants/tableGraph.ts rename to ui/src/shared/constants/tableGraph.ts diff --git a/chronograf/ui/src/shared/constants/thresholds.ts b/ui/src/shared/constants/thresholds.ts similarity index 100% rename from chronograf/ui/src/shared/constants/thresholds.ts rename to ui/src/shared/constants/thresholds.ts diff --git a/chronograf/ui/src/shared/constants/timeMachine.ts b/ui/src/shared/constants/timeMachine.ts similarity index 100% rename from chronograf/ui/src/shared/constants/timeMachine.ts rename to ui/src/shared/constants/timeMachine.ts diff --git a/chronograf/ui/src/shared/constants/timeRanges.ts b/ui/src/shared/constants/timeRanges.ts similarity index 100% rename from chronograf/ui/src/shared/constants/timeRanges.ts rename to ui/src/shared/constants/timeRanges.ts diff --git a/chronograf/ui/src/shared/constants/timeShift.ts b/ui/src/shared/constants/timeShift.ts similarity index 100% rename from chronograf/ui/src/shared/constants/timeShift.ts rename to ui/src/shared/constants/timeShift.ts diff --git a/chronograf/ui/src/shared/containers/GetLinks.tsx b/ui/src/shared/containers/GetLinks.tsx similarity index 100% rename from chronograf/ui/src/shared/containers/GetLinks.tsx rename to ui/src/shared/containers/GetLinks.tsx diff --git a/chronograf/ui/src/shared/containers/GetMe.tsx b/ui/src/shared/containers/GetMe.tsx similarity index 100% rename from chronograf/ui/src/shared/containers/GetMe.tsx rename to ui/src/shared/containers/GetMe.tsx diff --git a/chronograf/ui/src/shared/containers/GetOrganizations.tsx b/ui/src/shared/containers/GetOrganizations.tsx similarity index 100% rename from chronograf/ui/src/shared/containers/GetOrganizations.tsx rename to ui/src/shared/containers/GetOrganizations.tsx diff --git a/chronograf/ui/src/shared/containers/GetSources.test.tsx b/ui/src/shared/containers/GetSources.test.tsx similarity index 100% rename from chronograf/ui/src/shared/containers/GetSources.test.tsx rename to ui/src/shared/containers/GetSources.test.tsx diff --git a/chronograf/ui/src/shared/containers/GetSources.tsx b/ui/src/shared/containers/GetSources.tsx similarity index 100% rename from chronograf/ui/src/shared/containers/GetSources.tsx rename to ui/src/shared/containers/GetSources.tsx diff --git a/chronograf/ui/src/shared/containers/SetSource.tsx b/ui/src/shared/containers/SetSource.tsx similarity index 100% rename from chronograf/ui/src/shared/containers/SetSource.tsx rename to ui/src/shared/containers/SetSource.tsx diff --git a/chronograf/ui/src/shared/copy/cell.ts b/ui/src/shared/copy/cell.ts similarity index 100% rename from chronograf/ui/src/shared/copy/cell.ts rename to ui/src/shared/copy/cell.ts diff --git a/chronograf/ui/src/shared/copy/notifications.ts b/ui/src/shared/copy/notifications.ts similarity index 100% rename from chronograf/ui/src/shared/copy/notifications.ts rename to ui/src/shared/copy/notifications.ts diff --git a/chronograf/ui/src/shared/copy/tooltipText.ts b/ui/src/shared/copy/tooltipText.ts similarity index 100% rename from chronograf/ui/src/shared/copy/tooltipText.ts rename to ui/src/shared/copy/tooltipText.ts diff --git a/chronograf/ui/src/shared/copy/v2/notifications.ts b/ui/src/shared/copy/v2/notifications.ts similarity index 100% rename from chronograf/ui/src/shared/copy/v2/notifications.ts rename to ui/src/shared/copy/v2/notifications.ts diff --git a/chronograf/ui/src/shared/data/autoRefreshes.ts b/ui/src/shared/data/autoRefreshes.ts similarity index 100% rename from chronograf/ui/src/shared/data/autoRefreshes.ts rename to ui/src/shared/data/autoRefreshes.ts diff --git a/chronograf/ui/src/shared/decorators/errors.tsx b/ui/src/shared/decorators/errors.tsx similarity index 100% rename from chronograf/ui/src/shared/decorators/errors.tsx rename to ui/src/shared/decorators/errors.tsx diff --git a/chronograf/ui/src/shared/graphs/helpers.ts b/ui/src/shared/graphs/helpers.ts similarity index 100% rename from chronograf/ui/src/shared/graphs/helpers.ts rename to ui/src/shared/graphs/helpers.ts diff --git a/chronograf/ui/src/shared/graphs/toRGB.ts b/ui/src/shared/graphs/toRGB.ts similarity index 100% rename from chronograf/ui/src/shared/graphs/toRGB.ts rename to ui/src/shared/graphs/toRGB.ts diff --git a/chronograf/ui/src/shared/middleware/queryStringConfig.ts b/ui/src/shared/middleware/queryStringConfig.ts similarity index 100% rename from chronograf/ui/src/shared/middleware/queryStringConfig.ts rename to ui/src/shared/middleware/queryStringConfig.ts diff --git a/chronograf/ui/src/shared/middleware/resizeLayout.ts b/ui/src/shared/middleware/resizeLayout.ts similarity index 100% rename from chronograf/ui/src/shared/middleware/resizeLayout.ts rename to ui/src/shared/middleware/resizeLayout.ts diff --git a/chronograf/ui/src/shared/parsing/flux/constants.ts b/ui/src/shared/parsing/flux/constants.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/flux/constants.ts rename to ui/src/shared/parsing/flux/constants.ts diff --git a/chronograf/ui/src/shared/parsing/flux/dygraph.test.ts b/ui/src/shared/parsing/flux/dygraph.test.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/flux/dygraph.test.ts rename to ui/src/shared/parsing/flux/dygraph.test.ts diff --git a/chronograf/ui/src/shared/parsing/flux/dygraph.ts b/ui/src/shared/parsing/flux/dygraph.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/flux/dygraph.ts rename to ui/src/shared/parsing/flux/dygraph.ts diff --git a/chronograf/ui/src/shared/parsing/flux/fluxToSingleStat.ts b/ui/src/shared/parsing/flux/fluxToSingleStat.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/flux/fluxToSingleStat.ts rename to ui/src/shared/parsing/flux/fluxToSingleStat.ts diff --git a/chronograf/ui/src/shared/parsing/flux/parseTablesByTime.ts b/ui/src/shared/parsing/flux/parseTablesByTime.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/flux/parseTablesByTime.ts rename to ui/src/shared/parsing/flux/parseTablesByTime.ts diff --git a/chronograf/ui/src/shared/parsing/flux/response.ts b/ui/src/shared/parsing/flux/response.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/flux/response.ts rename to ui/src/shared/parsing/flux/response.ts diff --git a/chronograf/ui/src/shared/parsing/flux/results.test.ts b/ui/src/shared/parsing/flux/results.test.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/flux/results.test.ts rename to ui/src/shared/parsing/flux/results.test.ts diff --git a/chronograf/ui/src/shared/parsing/flux/values.test.ts b/ui/src/shared/parsing/flux/values.test.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/flux/values.test.ts rename to ui/src/shared/parsing/flux/values.test.ts diff --git a/chronograf/ui/src/shared/parsing/flux/values.ts b/ui/src/shared/parsing/flux/values.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/flux/values.ts rename to ui/src/shared/parsing/flux/values.ts diff --git a/chronograf/ui/src/shared/parsing/getRangeForDygraph.test.ts b/ui/src/shared/parsing/getRangeForDygraph.test.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/getRangeForDygraph.test.ts rename to ui/src/shared/parsing/getRangeForDygraph.test.ts diff --git a/chronograf/ui/src/shared/parsing/getRangeForDygraph.ts b/ui/src/shared/parsing/getRangeForDygraph.ts similarity index 100% rename from chronograf/ui/src/shared/parsing/getRangeForDygraph.ts rename to ui/src/shared/parsing/getRangeForDygraph.ts diff --git a/chronograf/ui/src/shared/query/helpers.ts b/ui/src/shared/query/helpers.ts similarity index 100% rename from chronograf/ui/src/shared/query/helpers.ts rename to ui/src/shared/query/helpers.ts diff --git a/chronograf/ui/src/shared/reducers/app.test.ts b/ui/src/shared/reducers/app.test.ts similarity index 100% rename from chronograf/ui/src/shared/reducers/app.test.ts rename to ui/src/shared/reducers/app.test.ts diff --git a/chronograf/ui/src/shared/reducers/app.ts b/ui/src/shared/reducers/app.ts similarity index 100% rename from chronograf/ui/src/shared/reducers/app.ts rename to ui/src/shared/reducers/app.ts diff --git a/chronograf/ui/src/shared/reducers/index.ts b/ui/src/shared/reducers/index.ts similarity index 100% rename from chronograf/ui/src/shared/reducers/index.ts rename to ui/src/shared/reducers/index.ts diff --git a/chronograf/ui/src/shared/reducers/links.test.ts b/ui/src/shared/reducers/links.test.ts similarity index 100% rename from chronograf/ui/src/shared/reducers/links.test.ts rename to ui/src/shared/reducers/links.test.ts diff --git a/chronograf/ui/src/shared/reducers/links.ts b/ui/src/shared/reducers/links.ts similarity index 100% rename from chronograf/ui/src/shared/reducers/links.ts rename to ui/src/shared/reducers/links.ts diff --git a/chronograf/ui/src/shared/reducers/notifications.test.ts b/ui/src/shared/reducers/notifications.test.ts similarity index 100% rename from chronograf/ui/src/shared/reducers/notifications.test.ts rename to ui/src/shared/reducers/notifications.test.ts diff --git a/chronograf/ui/src/shared/reducers/notifications.ts b/ui/src/shared/reducers/notifications.ts similarity index 100% rename from chronograf/ui/src/shared/reducers/notifications.ts rename to ui/src/shared/reducers/notifications.ts diff --git a/chronograf/ui/src/shared/reducers/v2/me.ts b/ui/src/shared/reducers/v2/me.ts similarity index 100% rename from chronograf/ui/src/shared/reducers/v2/me.ts rename to ui/src/shared/reducers/v2/me.ts diff --git a/chronograf/ui/src/shared/reducers/v2/source.ts b/ui/src/shared/reducers/v2/source.ts similarity index 100% rename from chronograf/ui/src/shared/reducers/v2/source.ts rename to ui/src/shared/reducers/v2/source.ts diff --git a/chronograf/ui/src/shared/reducers/v2/timeMachines.ts b/ui/src/shared/reducers/v2/timeMachines.ts similarity index 100% rename from chronograf/ui/src/shared/reducers/v2/timeMachines.ts rename to ui/src/shared/reducers/v2/timeMachines.ts diff --git a/chronograf/ui/src/shared/utils/time.ts b/ui/src/shared/utils/time.ts similarity index 100% rename from chronograf/ui/src/shared/utils/time.ts rename to ui/src/shared/utils/time.ts diff --git a/chronograf/ui/src/shared/utils/view.ts b/ui/src/shared/utils/view.ts similarity index 100% rename from chronograf/ui/src/shared/utils/view.ts rename to ui/src/shared/utils/view.ts diff --git a/chronograf/ui/src/sources/apis/index.ts b/ui/src/sources/apis/index.ts similarity index 100% rename from chronograf/ui/src/sources/apis/index.ts rename to ui/src/sources/apis/index.ts diff --git a/chronograf/ui/src/sources/apis/v2/index.ts b/ui/src/sources/apis/v2/index.ts similarity index 100% rename from chronograf/ui/src/sources/apis/v2/index.ts rename to ui/src/sources/apis/v2/index.ts diff --git a/chronograf/ui/src/sources/components/ConnectionLink.tsx b/ui/src/sources/components/ConnectionLink.tsx similarity index 100% rename from chronograf/ui/src/sources/components/ConnectionLink.tsx rename to ui/src/sources/components/ConnectionLink.tsx diff --git a/chronograf/ui/src/sources/components/InfluxTable.tsx b/ui/src/sources/components/InfluxTable.tsx similarity index 100% rename from chronograf/ui/src/sources/components/InfluxTable.tsx rename to ui/src/sources/components/InfluxTable.tsx diff --git a/chronograf/ui/src/sources/components/InfluxTableHead.tsx b/ui/src/sources/components/InfluxTableHead.tsx similarity index 100% rename from chronograf/ui/src/sources/components/InfluxTableHead.tsx rename to ui/src/sources/components/InfluxTableHead.tsx diff --git a/chronograf/ui/src/sources/components/InfluxTableHeader.tsx b/ui/src/sources/components/InfluxTableHeader.tsx similarity index 100% rename from chronograf/ui/src/sources/components/InfluxTableHeader.tsx rename to ui/src/sources/components/InfluxTableHeader.tsx diff --git a/chronograf/ui/src/sources/components/InfluxTableRow.tsx b/ui/src/sources/components/InfluxTableRow.tsx similarity index 100% rename from chronograf/ui/src/sources/components/InfluxTableRow.tsx rename to ui/src/sources/components/InfluxTableRow.tsx diff --git a/chronograf/ui/src/sources/components/SourceForm.test.tsx b/ui/src/sources/components/SourceForm.test.tsx similarity index 100% rename from chronograf/ui/src/sources/components/SourceForm.test.tsx rename to ui/src/sources/components/SourceForm.test.tsx diff --git a/chronograf/ui/src/sources/components/SourceForm.tsx b/ui/src/sources/components/SourceForm.tsx similarity index 100% rename from chronograf/ui/src/sources/components/SourceForm.tsx rename to ui/src/sources/components/SourceForm.tsx diff --git a/chronograf/ui/src/sources/constants/index.ts b/ui/src/sources/constants/index.ts similarity index 100% rename from chronograf/ui/src/sources/constants/index.ts rename to ui/src/sources/constants/index.ts diff --git a/chronograf/ui/src/sources/containers/ManageSources.tsx b/ui/src/sources/containers/ManageSources.tsx similarity index 100% rename from chronograf/ui/src/sources/containers/ManageSources.tsx rename to ui/src/sources/containers/ManageSources.tsx diff --git a/chronograf/ui/src/sources/containers/SourcePage.tsx b/ui/src/sources/containers/SourcePage.tsx similarity index 100% rename from chronograf/ui/src/sources/containers/SourcePage.tsx rename to ui/src/sources/containers/SourcePage.tsx diff --git a/chronograf/ui/src/sources/index.ts b/ui/src/sources/index.ts similarity index 100% rename from chronograf/ui/src/sources/index.ts rename to ui/src/sources/index.ts diff --git a/chronograf/ui/src/sources/reducers/sources.test.ts b/ui/src/sources/reducers/sources.test.ts similarity index 100% rename from chronograf/ui/src/sources/reducers/sources.test.ts rename to ui/src/sources/reducers/sources.test.ts diff --git a/chronograf/ui/src/sources/reducers/sources.ts b/ui/src/sources/reducers/sources.ts similarity index 100% rename from chronograf/ui/src/sources/reducers/sources.ts rename to ui/src/sources/reducers/sources.ts diff --git a/chronograf/ui/src/sources/resources.ts b/ui/src/sources/resources.ts similarity index 100% rename from chronograf/ui/src/sources/resources.ts rename to ui/src/sources/resources.ts diff --git a/chronograf/ui/src/store/configureStore.ts b/ui/src/store/configureStore.ts similarity index 100% rename from chronograf/ui/src/store/configureStore.ts rename to ui/src/store/configureStore.ts diff --git a/chronograf/ui/src/store/persistStateEnhancer.ts b/ui/src/store/persistStateEnhancer.ts similarity index 100% rename from chronograf/ui/src/store/persistStateEnhancer.ts rename to ui/src/store/persistStateEnhancer.ts diff --git a/chronograf/ui/src/style/_grid.scss b/ui/src/style/_grid.scss similarity index 100% rename from chronograf/ui/src/style/_grid.scss rename to ui/src/style/_grid.scss diff --git a/chronograf/ui/src/style/_helpers.scss b/ui/src/style/_helpers.scss similarity index 100% rename from chronograf/ui/src/style/_helpers.scss rename to ui/src/style/_helpers.scss diff --git a/chronograf/ui/src/style/_influx-colors.scss b/ui/src/style/_influx-colors.scss similarity index 100% rename from chronograf/ui/src/style/_influx-colors.scss rename to ui/src/style/_influx-colors.scss diff --git a/chronograf/ui/src/style/_mixins.scss b/ui/src/style/_mixins.scss similarity index 100% rename from chronograf/ui/src/style/_mixins.scss rename to ui/src/style/_mixins.scss diff --git a/chronograf/ui/src/style/_reset.scss b/ui/src/style/_reset.scss similarity index 100% rename from chronograf/ui/src/style/_reset.scss rename to ui/src/style/_reset.scss diff --git a/chronograf/ui/src/style/_typography.scss b/ui/src/style/_typography.scss similarity index 100% rename from chronograf/ui/src/style/_typography.scss rename to ui/src/style/_typography.scss diff --git a/chronograf/ui/src/style/_variables.scss b/ui/src/style/_variables.scss similarity index 100% rename from chronograf/ui/src/style/_variables.scss rename to ui/src/style/_variables.scss diff --git a/chronograf/ui/src/style/chronograf.scss b/ui/src/style/chronograf.scss similarity index 100% rename from chronograf/ui/src/style/chronograf.scss rename to ui/src/style/chronograf.scss diff --git a/chronograf/ui/src/style/fonts/Roboto-Black.ttf b/ui/src/style/fonts/Roboto-Black.ttf similarity index 100% rename from chronograf/ui/src/style/fonts/Roboto-Black.ttf rename to ui/src/style/fonts/Roboto-Black.ttf diff --git a/chronograf/ui/src/style/fonts/Roboto-Bold.ttf b/ui/src/style/fonts/Roboto-Bold.ttf similarity index 100% rename from chronograf/ui/src/style/fonts/Roboto-Bold.ttf rename to ui/src/style/fonts/Roboto-Bold.ttf diff --git a/chronograf/ui/src/style/fonts/Roboto-Light.ttf b/ui/src/style/fonts/Roboto-Light.ttf similarity index 100% rename from chronograf/ui/src/style/fonts/Roboto-Light.ttf rename to ui/src/style/fonts/Roboto-Light.ttf diff --git a/chronograf/ui/src/style/fonts/Roboto-Medium.ttf b/ui/src/style/fonts/Roboto-Medium.ttf similarity index 100% rename from chronograf/ui/src/style/fonts/Roboto-Medium.ttf rename to ui/src/style/fonts/Roboto-Medium.ttf diff --git a/chronograf/ui/src/style/fonts/Roboto-Regular.ttf b/ui/src/style/fonts/Roboto-Regular.ttf similarity index 100% rename from chronograf/ui/src/style/fonts/Roboto-Regular.ttf rename to ui/src/style/fonts/Roboto-Regular.ttf diff --git a/chronograf/ui/src/style/fonts/Roboto-Thin.ttf b/ui/src/style/fonts/Roboto-Thin.ttf similarity index 100% rename from chronograf/ui/src/style/fonts/Roboto-Thin.ttf rename to ui/src/style/fonts/Roboto-Thin.ttf diff --git a/chronograf/ui/src/style/fonts/RobotoMono-Medium.ttf b/ui/src/style/fonts/RobotoMono-Medium.ttf similarity index 100% rename from chronograf/ui/src/style/fonts/RobotoMono-Medium.ttf rename to ui/src/style/fonts/RobotoMono-Medium.ttf diff --git a/chronograf/ui/src/style/fonts/fonts.scss b/ui/src/style/fonts/fonts.scss similarity index 100% rename from chronograf/ui/src/style/fonts/fonts.scss rename to ui/src/style/fonts/fonts.scss diff --git a/chronograf/ui/src/style/fonts/icomoon.eot b/ui/src/style/fonts/icomoon.eot similarity index 100% rename from chronograf/ui/src/style/fonts/icomoon.eot rename to ui/src/style/fonts/icomoon.eot diff --git a/chronograf/ui/src/style/fonts/icomoon.svg b/ui/src/style/fonts/icomoon.svg similarity index 100% rename from chronograf/ui/src/style/fonts/icomoon.svg rename to ui/src/style/fonts/icomoon.svg diff --git a/chronograf/ui/src/style/fonts/icomoon.ttf b/ui/src/style/fonts/icomoon.ttf similarity index 100% rename from chronograf/ui/src/style/fonts/icomoon.ttf rename to ui/src/style/fonts/icomoon.ttf diff --git a/chronograf/ui/src/style/fonts/icomoon.woff b/ui/src/style/fonts/icomoon.woff similarity index 100% rename from chronograf/ui/src/style/fonts/icomoon.woff rename to ui/src/style/fonts/icomoon.woff diff --git a/chronograf/ui/src/style/fonts/icomoon.woff2 b/ui/src/style/fonts/icomoon.woff2 similarity index 100% rename from chronograf/ui/src/style/fonts/icomoon.woff2 rename to ui/src/style/fonts/icomoon.woff2 diff --git a/chronograf/ui/src/style/fonts/icon-font.scss b/ui/src/style/fonts/icon-font.scss similarity index 100% rename from chronograf/ui/src/style/fonts/icon-font.scss rename to ui/src/style/fonts/icon-font.scss diff --git a/chronograf/ui/src/style/modules.scss b/ui/src/style/modules.scss similarity index 100% rename from chronograf/ui/src/style/modules.scss rename to ui/src/style/modules.scss diff --git a/chronograf/ui/src/tasks/actions/v2/index.ts b/ui/src/tasks/actions/v2/index.ts similarity index 100% rename from chronograf/ui/src/tasks/actions/v2/index.ts rename to ui/src/tasks/actions/v2/index.ts diff --git a/chronograf/ui/src/tasks/api/v2/index.ts b/ui/src/tasks/api/v2/index.ts similarity index 100% rename from chronograf/ui/src/tasks/api/v2/index.ts rename to ui/src/tasks/api/v2/index.ts diff --git a/chronograf/ui/src/tasks/components/EmptyTasksList.tsx b/ui/src/tasks/components/EmptyTasksList.tsx similarity index 100% rename from chronograf/ui/src/tasks/components/EmptyTasksList.tsx rename to ui/src/tasks/components/EmptyTasksList.tsx diff --git a/chronograf/ui/src/tasks/components/TaskForm.tsx b/ui/src/tasks/components/TaskForm.tsx similarity index 100% rename from chronograf/ui/src/tasks/components/TaskForm.tsx rename to ui/src/tasks/components/TaskForm.tsx diff --git a/chronograf/ui/src/tasks/components/TaskHeader.tsx b/ui/src/tasks/components/TaskHeader.tsx similarity index 100% rename from chronograf/ui/src/tasks/components/TaskHeader.tsx rename to ui/src/tasks/components/TaskHeader.tsx diff --git a/chronograf/ui/src/tasks/components/TaskRow.tsx b/ui/src/tasks/components/TaskRow.tsx similarity index 100% rename from chronograf/ui/src/tasks/components/TaskRow.tsx rename to ui/src/tasks/components/TaskRow.tsx diff --git a/chronograf/ui/src/tasks/components/TasksHeader.tsx b/ui/src/tasks/components/TasksHeader.tsx similarity index 100% rename from chronograf/ui/src/tasks/components/TasksHeader.tsx rename to ui/src/tasks/components/TasksHeader.tsx diff --git a/chronograf/ui/src/tasks/components/TasksList.tsx b/ui/src/tasks/components/TasksList.tsx similarity index 100% rename from chronograf/ui/src/tasks/components/TasksList.tsx rename to ui/src/tasks/components/TasksList.tsx diff --git a/chronograf/ui/src/tasks/containers/TaskEditPage.tsx b/ui/src/tasks/containers/TaskEditPage.tsx similarity index 100% rename from chronograf/ui/src/tasks/containers/TaskEditPage.tsx rename to ui/src/tasks/containers/TaskEditPage.tsx diff --git a/chronograf/ui/src/tasks/containers/TaskPage.tsx b/ui/src/tasks/containers/TaskPage.tsx similarity index 100% rename from chronograf/ui/src/tasks/containers/TaskPage.tsx rename to ui/src/tasks/containers/TaskPage.tsx diff --git a/chronograf/ui/src/tasks/containers/TasksPage.tsx b/ui/src/tasks/containers/TasksPage.tsx similarity index 100% rename from chronograf/ui/src/tasks/containers/TasksPage.tsx rename to ui/src/tasks/containers/TasksPage.tsx diff --git a/chronograf/ui/src/tasks/reducers/v2/index.ts b/ui/src/tasks/reducers/v2/index.ts similarity index 100% rename from chronograf/ui/src/tasks/reducers/v2/index.ts rename to ui/src/tasks/reducers/v2/index.ts diff --git a/chronograf/ui/src/tempVars/constants/index.ts b/ui/src/tempVars/constants/index.ts similarity index 100% rename from chronograf/ui/src/tempVars/constants/index.ts rename to ui/src/tempVars/constants/index.ts diff --git a/chronograf/ui/src/tempVars/utils/index.ts b/ui/src/tempVars/utils/index.ts similarity index 100% rename from chronograf/ui/src/tempVars/utils/index.ts rename to ui/src/tempVars/utils/index.ts diff --git a/chronograf/ui/src/tempVars/utils/replace.test.ts b/ui/src/tempVars/utils/replace.test.ts similarity index 100% rename from chronograf/ui/src/tempVars/utils/replace.test.ts rename to ui/src/tempVars/utils/replace.test.ts diff --git a/chronograf/ui/src/tempVars/utils/replace.ts b/ui/src/tempVars/utils/replace.ts similarity index 100% rename from chronograf/ui/src/tempVars/utils/replace.ts rename to ui/src/tempVars/utils/replace.ts diff --git a/chronograf/ui/src/types/actions/app.ts b/ui/src/types/actions/app.ts similarity index 100% rename from chronograf/ui/src/types/actions/app.ts rename to ui/src/types/actions/app.ts diff --git a/chronograf/ui/src/types/actions/notifications.ts b/ui/src/types/actions/notifications.ts similarity index 100% rename from chronograf/ui/src/types/actions/notifications.ts rename to ui/src/types/actions/notifications.ts diff --git a/chronograf/ui/src/types/apis/dashboards.ts b/ui/src/types/apis/dashboards.ts similarity index 100% rename from chronograf/ui/src/types/apis/dashboards.ts rename to ui/src/types/apis/dashboards.ts diff --git a/chronograf/ui/src/types/auth.ts b/ui/src/types/auth.ts similarity index 100% rename from chronograf/ui/src/types/auth.ts rename to ui/src/types/auth.ts diff --git a/chronograf/ui/src/types/codemirror.ts b/ui/src/types/codemirror.ts similarity index 100% rename from chronograf/ui/src/types/codemirror.ts rename to ui/src/types/codemirror.ts diff --git a/chronograf/ui/src/types/colors.ts b/ui/src/types/colors.ts similarity index 100% rename from chronograf/ui/src/types/colors.ts rename to ui/src/types/colors.ts diff --git a/chronograf/ui/src/types/dataExplorer.ts b/ui/src/types/dataExplorer.ts similarity index 100% rename from chronograf/ui/src/types/dataExplorer.ts rename to ui/src/types/dataExplorer.ts diff --git a/chronograf/ui/src/types/flux.ts b/ui/src/types/flux.ts similarity index 100% rename from chronograf/ui/src/types/flux.ts rename to ui/src/types/flux.ts diff --git a/chronograf/ui/src/types/histogram.ts b/ui/src/types/histogram.ts similarity index 100% rename from chronograf/ui/src/types/histogram.ts rename to ui/src/types/histogram.ts diff --git a/chronograf/ui/src/types/hosts.ts b/ui/src/types/hosts.ts similarity index 100% rename from chronograf/ui/src/types/hosts.ts rename to ui/src/types/hosts.ts diff --git a/chronograf/ui/src/types/index.ts b/ui/src/types/index.ts similarity index 100% rename from chronograf/ui/src/types/index.ts rename to ui/src/types/index.ts diff --git a/chronograf/ui/src/types/influxAdmin.ts b/ui/src/types/influxAdmin.ts similarity index 100% rename from chronograf/ui/src/types/influxAdmin.ts rename to ui/src/types/influxAdmin.ts diff --git a/chronograf/ui/src/types/layouts.ts b/ui/src/types/layouts.ts similarity index 100% rename from chronograf/ui/src/types/layouts.ts rename to ui/src/types/layouts.ts diff --git a/chronograf/ui/src/types/localStorage.ts b/ui/src/types/localStorage.ts similarity index 100% rename from chronograf/ui/src/types/localStorage.ts rename to ui/src/types/localStorage.ts diff --git a/chronograf/ui/src/types/logs.ts b/ui/src/types/logs.ts similarity index 100% rename from chronograf/ui/src/types/logs.ts rename to ui/src/types/logs.ts diff --git a/chronograf/ui/src/types/notifications.ts b/ui/src/types/notifications.ts similarity index 100% rename from chronograf/ui/src/types/notifications.ts rename to ui/src/types/notifications.ts diff --git a/chronograf/ui/src/types/promises.ts b/ui/src/types/promises.ts similarity index 100% rename from chronograf/ui/src/types/promises.ts rename to ui/src/types/promises.ts diff --git a/chronograf/ui/src/types/queries.ts b/ui/src/types/queries.ts similarity index 100% rename from chronograf/ui/src/types/queries.ts rename to ui/src/types/queries.ts diff --git a/chronograf/ui/src/types/series.ts b/ui/src/types/series.ts similarity index 100% rename from chronograf/ui/src/types/series.ts rename to ui/src/types/series.ts diff --git a/chronograf/ui/src/types/services.ts b/ui/src/types/services.ts similarity index 100% rename from chronograf/ui/src/types/services.ts rename to ui/src/types/services.ts diff --git a/chronograf/ui/src/types/shared.ts b/ui/src/types/shared.ts similarity index 100% rename from chronograf/ui/src/types/shared.ts rename to ui/src/types/shared.ts diff --git a/chronograf/ui/src/types/sideNav.ts b/ui/src/types/sideNav.ts similarity index 100% rename from chronograf/ui/src/types/sideNav.ts rename to ui/src/types/sideNav.ts diff --git a/chronograf/ui/src/types/sources.ts b/ui/src/types/sources.ts similarity index 100% rename from chronograf/ui/src/types/sources.ts rename to ui/src/types/sources.ts diff --git a/chronograf/ui/src/types/sourcesPage.ts b/ui/src/types/sourcesPage.ts similarity index 100% rename from chronograf/ui/src/types/sourcesPage.ts rename to ui/src/types/sourcesPage.ts diff --git a/chronograf/ui/src/types/status.ts b/ui/src/types/status.ts similarity index 100% rename from chronograf/ui/src/types/status.ts rename to ui/src/types/status.ts diff --git a/chronograf/ui/src/types/tempVars.ts b/ui/src/types/tempVars.ts similarity index 100% rename from chronograf/ui/src/types/tempVars.ts rename to ui/src/types/tempVars.ts diff --git a/chronograf/ui/src/types/v2/buckets.ts b/ui/src/types/v2/buckets.ts similarity index 100% rename from chronograf/ui/src/types/v2/buckets.ts rename to ui/src/types/v2/buckets.ts diff --git a/chronograf/ui/src/types/v2/dashboards.ts b/ui/src/types/v2/dashboards.ts similarity index 100% rename from chronograf/ui/src/types/v2/dashboards.ts rename to ui/src/types/v2/dashboards.ts diff --git a/chronograf/ui/src/types/v2/index.ts b/ui/src/types/v2/index.ts similarity index 100% rename from chronograf/ui/src/types/v2/index.ts rename to ui/src/types/v2/index.ts diff --git a/chronograf/ui/src/types/v2/links.ts b/ui/src/types/v2/links.ts similarity index 100% rename from chronograf/ui/src/types/v2/links.ts rename to ui/src/types/v2/links.ts diff --git a/chronograf/ui/src/types/v2/members.ts b/ui/src/types/v2/members.ts similarity index 100% rename from chronograf/ui/src/types/v2/members.ts rename to ui/src/types/v2/members.ts diff --git a/chronograf/ui/src/types/v2/orgs.ts b/ui/src/types/v2/orgs.ts similarity index 100% rename from chronograf/ui/src/types/v2/orgs.ts rename to ui/src/types/v2/orgs.ts diff --git a/chronograf/ui/src/types/v2/overlay.ts b/ui/src/types/v2/overlay.ts similarity index 100% rename from chronograf/ui/src/types/v2/overlay.ts rename to ui/src/types/v2/overlay.ts diff --git a/chronograf/ui/src/types/v2/sources.ts b/ui/src/types/v2/sources.ts similarity index 100% rename from chronograf/ui/src/types/v2/sources.ts rename to ui/src/types/v2/sources.ts diff --git a/chronograf/ui/src/types/v2/tasks.ts b/ui/src/types/v2/tasks.ts similarity index 100% rename from chronograf/ui/src/types/v2/tasks.ts rename to ui/src/types/v2/tasks.ts diff --git a/chronograf/ui/src/types/v2/timeMachine.ts b/ui/src/types/v2/timeMachine.ts similarity index 100% rename from chronograf/ui/src/types/v2/timeMachine.ts rename to ui/src/types/v2/timeMachine.ts diff --git a/chronograf/ui/src/types/v2/user.ts b/ui/src/types/v2/user.ts similarity index 100% rename from chronograf/ui/src/types/v2/user.ts rename to ui/src/types/v2/user.ts diff --git a/chronograf/ui/src/types/wizard.ts b/ui/src/types/wizard.ts similarity index 100% rename from chronograf/ui/src/types/wizard.ts rename to ui/src/types/wizard.ts diff --git a/chronograf/ui/src/user/apis/index.ts b/ui/src/user/apis/index.ts similarity index 100% rename from chronograf/ui/src/user/apis/index.ts rename to ui/src/user/apis/index.ts diff --git a/chronograf/ui/src/user/components/DashboardsList.tsx b/ui/src/user/components/DashboardsList.tsx similarity index 100% rename from chronograf/ui/src/user/components/DashboardsList.tsx rename to ui/src/user/components/DashboardsList.tsx diff --git a/chronograf/ui/src/user/components/Docs.tsx b/ui/src/user/components/Docs.tsx similarity index 100% rename from chronograf/ui/src/user/components/Docs.tsx rename to ui/src/user/components/Docs.tsx diff --git a/chronograf/ui/src/user/components/OrgsList.tsx b/ui/src/user/components/OrgsList.tsx similarity index 100% rename from chronograf/ui/src/user/components/OrgsList.tsx rename to ui/src/user/components/OrgsList.tsx diff --git a/chronograf/ui/src/user/components/Resources.tsx b/ui/src/user/components/Resources.tsx similarity index 100% rename from chronograf/ui/src/user/components/Resources.tsx rename to ui/src/user/components/Resources.tsx diff --git a/chronograf/ui/src/user/components/Settings.tsx b/ui/src/user/components/Settings.tsx similarity index 100% rename from chronograf/ui/src/user/components/Settings.tsx rename to ui/src/user/components/Settings.tsx diff --git a/chronograf/ui/src/user/components/Support.tsx b/ui/src/user/components/Support.tsx similarity index 100% rename from chronograf/ui/src/user/components/Support.tsx rename to ui/src/user/components/Support.tsx diff --git a/chronograf/ui/src/user/components/TokenManager.tsx b/ui/src/user/components/TokenManager.tsx similarity index 100% rename from chronograf/ui/src/user/components/TokenManager.tsx rename to ui/src/user/components/TokenManager.tsx diff --git a/chronograf/ui/src/user/components/UserPageHeader.tsx b/ui/src/user/components/UserPageHeader.tsx similarity index 100% rename from chronograf/ui/src/user/components/UserPageHeader.tsx rename to ui/src/user/components/UserPageHeader.tsx diff --git a/chronograf/ui/src/user/components/UserSettings.tsx b/ui/src/user/components/UserSettings.tsx similarity index 100% rename from chronograf/ui/src/user/components/UserSettings.tsx rename to ui/src/user/components/UserSettings.tsx diff --git a/chronograf/ui/src/user/containers/UserPage.scss b/ui/src/user/containers/UserPage.scss similarity index 100% rename from chronograf/ui/src/user/containers/UserPage.scss rename to ui/src/user/containers/UserPage.scss diff --git a/chronograf/ui/src/user/containers/UserPage.tsx b/ui/src/user/containers/UserPage.tsx similarity index 100% rename from chronograf/ui/src/user/containers/UserPage.tsx rename to ui/src/user/containers/UserPage.tsx diff --git a/chronograf/ui/src/user/index.ts b/ui/src/user/index.ts similarity index 100% rename from chronograf/ui/src/user/index.ts rename to ui/src/user/index.ts diff --git a/chronograf/ui/src/user/mockUserData.ts b/ui/src/user/mockUserData.ts similarity index 100% rename from chronograf/ui/src/user/mockUserData.ts rename to ui/src/user/mockUserData.ts diff --git a/chronograf/ui/src/utils/AutoRefresh.ts b/ui/src/utils/AutoRefresh.ts similarity index 100% rename from chronograf/ui/src/utils/AutoRefresh.ts rename to ui/src/utils/AutoRefresh.ts diff --git a/chronograf/ui/src/utils/Deferred.ts b/ui/src/utils/Deferred.ts similarity index 100% rename from chronograf/ui/src/utils/Deferred.ts rename to ui/src/utils/Deferred.ts diff --git a/chronograf/ui/src/utils/ajax.ts b/ui/src/utils/ajax.ts similarity index 100% rename from chronograf/ui/src/utils/ajax.ts rename to ui/src/utils/ajax.ts diff --git a/chronograf/ui/src/utils/basepath.test.ts b/ui/src/utils/basepath.test.ts similarity index 100% rename from chronograf/ui/src/utils/basepath.test.ts rename to ui/src/utils/basepath.test.ts diff --git a/chronograf/ui/src/utils/basepath.ts b/ui/src/utils/basepath.ts similarity index 100% rename from chronograf/ui/src/utils/basepath.ts rename to ui/src/utils/basepath.ts diff --git a/chronograf/ui/src/utils/extentBy.ts b/ui/src/utils/extentBy.ts similarity index 100% rename from chronograf/ui/src/utils/extentBy.ts rename to ui/src/utils/extentBy.ts diff --git a/chronograf/ui/src/utils/fast.ts b/ui/src/utils/fast.ts similarity index 100% rename from chronograf/ui/src/utils/fast.ts rename to ui/src/utils/fast.ts diff --git a/chronograf/ui/src/utils/formatting.ts b/ui/src/utils/formatting.ts similarity index 100% rename from chronograf/ui/src/utils/formatting.ts rename to ui/src/utils/formatting.ts diff --git a/chronograf/ui/src/utils/groupByTimeSeriesTransform.ts b/ui/src/utils/groupByTimeSeriesTransform.ts similarity index 100% rename from chronograf/ui/src/utils/groupByTimeSeriesTransform.ts rename to ui/src/utils/groupByTimeSeriesTransform.ts diff --git a/chronograf/ui/src/utils/nodes.ts b/ui/src/utils/nodes.ts similarity index 100% rename from chronograf/ui/src/utils/nodes.ts rename to ui/src/utils/nodes.ts diff --git a/chronograf/ui/src/utils/promises.ts b/ui/src/utils/promises.ts similarity index 100% rename from chronograf/ui/src/utils/promises.ts rename to ui/src/utils/promises.ts diff --git a/chronograf/ui/src/utils/queryUrlGenerator.ts b/ui/src/utils/queryUrlGenerator.ts similarity index 100% rename from chronograf/ui/src/utils/queryUrlGenerator.ts rename to ui/src/utils/queryUrlGenerator.ts diff --git a/chronograf/ui/src/utils/wrappers.test.ts b/ui/src/utils/wrappers.test.ts similarity index 100% rename from chronograf/ui/src/utils/wrappers.test.ts rename to ui/src/utils/wrappers.test.ts diff --git a/chronograf/ui/src/utils/wrappers.ts b/ui/src/utils/wrappers.ts similarity index 100% rename from chronograf/ui/src/utils/wrappers.ts rename to ui/src/utils/wrappers.ts diff --git a/chronograf/ui/src/workers/Database.ts b/ui/src/workers/Database.ts similarity index 100% rename from chronograf/ui/src/workers/Database.ts rename to ui/src/workers/Database.ts diff --git a/chronograf/ui/src/workers/JobManager.ts b/ui/src/workers/JobManager.ts similarity index 100% rename from chronograf/ui/src/workers/JobManager.ts rename to ui/src/workers/JobManager.ts diff --git a/chronograf/ui/src/workers/jobs/.gitkeep b/ui/src/workers/jobs/.gitkeep similarity index 100% rename from chronograf/ui/src/workers/jobs/.gitkeep rename to ui/src/workers/jobs/.gitkeep diff --git a/chronograf/ui/src/workers/types.ts b/ui/src/workers/types.ts similarity index 100% rename from chronograf/ui/src/workers/types.ts rename to ui/src/workers/types.ts diff --git a/chronograf/ui/src/workers/utils.ts b/ui/src/workers/utils.ts similarity index 100% rename from chronograf/ui/src/workers/utils.ts rename to ui/src/workers/utils.ts diff --git a/chronograf/ui/src/workers/worker.ts b/ui/src/workers/worker.ts similarity index 100% rename from chronograf/ui/src/workers/worker.ts rename to ui/src/workers/worker.ts diff --git a/chronograf/ui/testSetup.ts b/ui/testSetup.ts similarity index 100% rename from chronograf/ui/testSetup.ts rename to ui/testSetup.ts diff --git a/chronograf/ui/tsconfig.json b/ui/tsconfig.json similarity index 100% rename from chronograf/ui/tsconfig.json rename to ui/tsconfig.json diff --git a/chronograf/ui/tslint.json b/ui/tslint.json similarity index 100% rename from chronograf/ui/tslint.json rename to ui/tslint.json diff --git a/chronograf/ui/yarn.lock b/ui/yarn.lock similarity index 100% rename from chronograf/ui/yarn.lock rename to ui/yarn.lock