diff --git a/web-ui/web-react/src/components/AdministradoresSistema.js b/web-ui/web-react/src/components/AdministradoresSistema.js index 40529fc6..933d0381 100644 --- a/web-ui/web-react/src/components/AdministradoresSistema.js +++ b/web-ui/web-react/src/components/AdministradoresSistema.js @@ -262,7 +262,7 @@ const AdministradoresSistema = () => {
); @@ -397,6 +398,26 @@ const Inquilinos = () => { ) + const headerStatus = ( + <> +

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

+ + ) + + const statusBodyTemplate = (rowData) => { + return ( + <> + + {rowData.status_text} + + + ); + }; return (
@@ -418,7 +439,14 @@ const Inquilinos = () => { - + + +