feat: redesign superadmin agencies list, implement flat design, add date filters, and fix UI bugs
This commit is contained in:
@@ -28,15 +28,15 @@ http:
|
||||
- security-headers
|
||||
service: dashboard-service
|
||||
|
||||
# Multi-tenant Dashboard Router (agency subdomains)
|
||||
dashboard-tenant-router:
|
||||
# Agency Router (tenant subdomains)
|
||||
agency-router:
|
||||
entryPoints:
|
||||
- web
|
||||
rule: "HostRegexp(`^.+\\.localhost$`)"
|
||||
priority: 1
|
||||
middlewares:
|
||||
- security-headers
|
||||
service: dashboard-service
|
||||
service: agency-service
|
||||
|
||||
# Institucional site (aggios.local and localhost)
|
||||
institucional-router:
|
||||
@@ -59,6 +59,11 @@ http:
|
||||
servers:
|
||||
- url: http://dashboard:3000
|
||||
|
||||
agency-service:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://agency:3000
|
||||
|
||||
institucional-service:
|
||||
loadBalancer:
|
||||
servers:
|
||||
|
||||
Reference in New Issue
Block a user