* Implement basic data nodes overview.
* Create foundation for CA configuration step.
* Implement hook to fetch available data nodes.
* Implement hook to fetch data nodes CA status.
* Display different configuration steps based on data nodes status.
* Fixing tests.
* Cleanup code.
* Improve styling of configuration steps overview.
* Fix theme spacing.
* Cleanup code.
* Improve styling of steps overview.
* Implement dropzone to upload CA.
* Improve overall styling.
* Unify text color.
* Implement configuration step for certificate provisioning.
* Implement configuration step for finished configuration.
* Improve headline styling.
* Fix naming.
* Add test for `useConfigurationStep` hook.
* Create components directory.
* ADding test for data nodes overview.
* Adding test for `DataNodesOverview`.
* Adding test for `ConfigurationWizard`.
* Improve usage of list items.
* Fixing rebase
* REmove dat nodes mocks and use actual API endpoint.
* Configure dev server for preflight UI webpack setup, to be able to proxy API requests.
* Update data nodes object structure.
* Configure timezone provider.
* Change structure of data nodes object.
* Improve layout
* Add missing timezone provider.
* Remove configuration wizard for now.
* Fix `useDataNodes` test.
* Remove further not needed code.
* Fix preflight status API routes.
* Display data nodes overview as list instead of table.
* Improve descriptions.
* Implement documentation links.
* Adding test
* Remove not needed timezone provider.
* Cleanup code.
* Improve wording.
* Add missing license header.
* Adding preflight build config and targets.
* Emitting and copying preflight assets from separate dir.
* Run preflight build from maven.
* Adding license headers.
* Removing duplicate `div#app-root`.
* Merging multiple plugin executions.