diff --git a/web-ui/web-react/src/components/AdministradoresSistema.js b/web-ui/web-react/src/components/AdministradoresSistema.js index 3a2b8a97..10f299f2 100644 --- a/web-ui/web-react/src/components/AdministradoresSistema.js +++ b/web-ui/web-react/src/components/AdministradoresSistema.js @@ -614,12 +614,12 @@ const AdministradoresSistema = () => {
- +
- +
diff --git a/web-ui/web-react/src/components/GuardasSeguridad.js b/web-ui/web-react/src/components/GuardasSeguridad.js index 77cbc676..d09b09fc 100644 --- a/web-ui/web-react/src/components/GuardasSeguridad.js +++ b/web-ui/web-react/src/components/GuardasSeguridad.js @@ -373,6 +373,26 @@ const GuardasSeguridad = () => { ) + const headerStatus = ( + <> +

{' '} + {' '} + Estado +

+ + ) + + const statusBodyTemplate = (rowData) => { + return ( + <> + + {rowData.status_text} + + + ); + }; return (
@@ -393,6 +413,13 @@ const GuardasSeguridad = () => { + + @@ -438,12 +465,12 @@ const GuardasSeguridad = () => {
- +
- +
@@ -451,7 +478,7 @@ const GuardasSeguridad = () => {
- +
diff --git a/web-ui/web-react/src/components/Inquilinos.js b/web-ui/web-react/src/components/Inquilinos.js index 8f461bb5..26971e1f 100644 --- a/web-ui/web-react/src/components/Inquilinos.js +++ b/web-ui/web-react/src/components/Inquilinos.js @@ -491,7 +491,7 @@ const Inquilinos = () => {
- +