From ca62d492bae63328a2bf25a8cfacb48519a3b054 Mon Sep 17 00:00:00 2001 From: flfeders Date: Mon, 8 Apr 2024 15:42:05 +0200 Subject: [PATCH] Changes in CI/CD Added Entries to HelpSlideover.vue Removed Chip Display from index notifications bell --- .gitlab-ci.yml | 2 +- components/HelpSlideover.vue | 7 ++++++- pages/index.vue | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b37c2dd..22a6313 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ build-web: - shell - docker-daemon variables: - IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-WEB + IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG script: - echo $IMAGE_TAG - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY diff --git a/components/HelpSlideover.vue b/components/HelpSlideover.vue index f561e55..82d2a6e 100644 --- a/components/HelpSlideover.vue +++ b/components/HelpSlideover.vue @@ -13,10 +13,15 @@ const links = [{ shortcuts.value = true } }, { - label: 'Documentation', + label: 'Homepage', icon: 'i-heroicons-book-open', to: 'https://fedeo.de', target: '_blank' +}, { + label: 'Bugs & Features', + icon: 'i-heroicons-book-open', + to: 'https://gitlab.federspiel.software/fedeo/software-features', + target: '_blank' }/*, { label: 'GitHub repository', icon: 'i-simple-icons-github', diff --git a/pages/index.vue b/pages/index.vue index d36e4af..3e07f4c 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -5,7 +5,7 @@