diff --git a/docker-compose.hub.yml b/docker-compose.hub.yml
index aaf0683..d3821b7 100644
--- a/docker-compose.hub.yml
+++ b/docker-compose.hub.yml
@@ -38,7 +38,7 @@ services:
command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --workers 4
frontend:
- image: dymai/syntria-frontend:latest
+ image: dymai/syntria-frontend:1.0.14
container_name: syntria-frontend-prod
restart: always
depends_on:
diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index 147f08c..bd76217 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -3472,6 +3472,7 @@ function ReportsTab({ user }) {
Score |
Estado |
Alertas |
+ Acciones |
@@ -3500,6 +3501,40 @@ function ReportsTab({ user }) {
)}
+
+
+ |
))}