diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 55c3674..2764e76 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -39,4 +39,4 @@ steps: username: from_secret: harbor_user password: - from_secret: harbor_password + from_secret: harbor_password \ No newline at end of file diff --git a/backend/apps.yaml b/backend/apps.yaml index 5d815ea..887a24c 100644 --- a/backend/apps.yaml +++ b/backend/apps.yaml @@ -8,6 +8,10 @@ sections: icon: prometheus.svg name: Prometheus url: https://prometheus.dvirlabs.com + - description: Kibana logs server + icon: kibana.svg + name: Kibana + url: https://kibana.dvirlabs.com name: Monitoring - apps: - description: Git server @@ -22,4 +26,12 @@ sections: icon: woodpecker-ci.svg name: Woodpecker url: https://woodpecker.dvirlabs.com - name: Dev-tools \ No newline at end of file + - description: CD tool + icon: argocd.svg + name: ArgoCD + url: https://argocd.dvirlabs.com + - description: Hashicorp vault + icon: vault.svg + name: Vault + url: https://vault.dvirlabs.com + name: Devtools diff --git a/frontend/src/style/AppCard.css b/frontend/src/style/AppCard.css index 5fa515b..bcce67d 100644 --- a/frontend/src/style/AppCard.css +++ b/frontend/src/style/AppCard.css @@ -1,7 +1,7 @@ .app-card { background-color: #1e1e1e; color: #fff; - padding: 1.3rem; + padding: 0.9rem; border-radius: 12px; text-align: center; text-decoration: none;