UI styling improvements: dashboard headers and navigation
- Restore blue PageHeader on Dashboard (/app-components) - Update homepage (/) with subtle header design without blue bar - Add uniform PageHeader styling to application edit page - Fix Rapporten link on homepage to point to /reports overview - Improve header descriptions spacing for better readability
This commit is contained in:
@@ -6,8 +6,8 @@ Je Docker images zijn succesvol gebouwd en gepusht naar Azure Container Registry
|
||||
|
||||
- ✅ Azure Container Registry (ACR): `zdlas.azurecr.io`
|
||||
- ✅ Docker images gebouwd en gepusht:
|
||||
- `zdlas.azurecr.io/zuyderland-cmdb-gui/backend:latest`
|
||||
- `zdlas.azurecr.io/zuyderland-cmdb-gui/frontend:latest`
|
||||
- `zdlas.azurecr.io/cmdb-insight/backend:latest`
|
||||
- `zdlas.azurecr.io/cmdb-insight/frontend:latest`
|
||||
- ✅ Azure DevOps Pipeline: Automatische builds bij push naar `main`
|
||||
- ✅ Docker Compose configuratie: `docker-compose.prod.acr.yml`
|
||||
|
||||
@@ -112,19 +112,19 @@ az acr login --name zdlas
|
||||
az acr repository list --name zdlas --output table
|
||||
|
||||
# List tags voor backend
|
||||
az acr repository show-tags --name zdlas --repository zuyderland-cmdb-gui/backend --output table
|
||||
az acr repository show-tags --name zdlas --repository cmdb-insight/backend --output table
|
||||
|
||||
# List tags voor frontend
|
||||
az acr repository show-tags --name zdlas --repository zuyderland-cmdb-gui/frontend --output table
|
||||
az acr repository show-tags --name zdlas --repository cmdb-insight/frontend --output table
|
||||
```
|
||||
|
||||
**Verwachte output:**
|
||||
```
|
||||
REPOSITORY TAG CREATED
|
||||
zuyderland-cmdb-gui/backend latest ...
|
||||
zuyderland-cmdb-gui/backend 88764 ...
|
||||
zuyderland-cmdb-gui/frontend latest ...
|
||||
zuyderland-cmdb-gui/frontend 88764 ...
|
||||
cmdb-insight/backend latest ...
|
||||
cmdb-insight/backend 88764 ...
|
||||
cmdb-insight/frontend latest ...
|
||||
cmdb-insight/frontend 88764 ...
|
||||
```
|
||||
|
||||
---
|
||||
@@ -136,9 +136,9 @@ zuyderland-cmdb-gui/frontend 88764 ...
|
||||
```yaml
|
||||
services:
|
||||
backend:
|
||||
image: zdlas.azurecr.io/zuyderland-cmdb-gui/backend:latest
|
||||
image: zdlas.azurecr.io/cmdb-insight/backend:latest
|
||||
frontend:
|
||||
image: zdlas.azurecr.io/zuyderland-cmdb-gui/frontend:latest
|
||||
image: zdlas.azurecr.io/cmdb-insight/frontend:latest
|
||||
```
|
||||
|
||||
**Let op:** De huidige configuratie gebruikt `zuyderlandcmdbacr.azurecr.io` - pas dit aan naar `zdlas.azurecr.io` als dat je ACR naam is.
|
||||
@@ -224,7 +224,7 @@ VITE_API_URL=https://your-backend-url.com/api
|
||||
5. **Clone repository en deploy:**
|
||||
```bash
|
||||
git clone <your-repo-url>
|
||||
cd zuyderland-cmdb-gui
|
||||
cd cmdb-insight
|
||||
|
||||
# Update docker-compose.prod.acr.yml met juiste ACR naam
|
||||
# Maak .env.production aan
|
||||
|
||||
Reference in New Issue
Block a user