diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index 3dfc2f53..d1eb9b62 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -1000,7 +1000,7 @@ jobs:
-
name: Install hanami
run: |
- helm install --set docker.tag="${{ env.BRANCH_NAME }}" --set user.id=asdf --set user.name="test user" --set user.passphrase="asdfasdf" --set token.data="this is a test-token" --set api.domain=local-hanami ainari /tmp/ainari_helm_build_result/ainari-$HELM_VERSION.tgz
+ helm install --set docker.tag="${{ env.BRANCH_NAME }}" --set miko.user.id=asdf --set miko.user.name="test user" --set miko.user.passphrase="asdfasdf" --set miko.token.data="this is a test-token" ainari /tmp/ainari_helm_build_result/ainari-$HELM_VERSION.tgz
-
name: Sleep for 120 seconds
uses: jakejarvis/wait-action@919fc193e07906705e5b7a50f90ea9e74d20b2b0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 788cfd63..1e61dc82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,11 +8,23 @@
- image pull-policy can now be changed by the helm-values
- support other namespaces thand "default"
- support for multiple sakura instances
+- dashboard:
+ - added error-popups
+ - validation of input-fields and error-message for invalid inputs
+ - added cluster-list without actions to overview-page
+ - automatic logout in case the token is expired
### Changed
- changed the image-build process for the new vagrant-test-setup
- sakura and onsen are now statefulsets within the kubernetes setup
+- dashboard
+ - updated imports
+ - messages when api-requests failed
+ - new progress-bar for task-progress with live update of the current task progress
+ - hide admin-section in case that the user is not an admin
+ - user-logo in the right upper corner now is always white with the starting letter of the user-id
+ - gauge-charts of the overview-page now has animation
### Fixed
diff --git a/src/dashboard/app/src/App.vue b/src/dashboard/app/src/App.vue
index b659f9a6..96dce971 100644
--- a/src/dashboard/app/src/App.vue
+++ b/src/dashboard/app/src/App.vue
@@ -37,6 +37,7 @@
| UUID | +Name | ++ |
|---|---|---|
| {{ cluster.uuid }} | +{{ cluster.name }} | ++ |