From 9b8e324bf1748203a5324091452b1bcc261b2687 Mon Sep 17 00:00:00 2001 From: Mariela Date: Sun, 24 Jul 2022 17:44:25 -0600 Subject: [PATCH] add get tenants --- .../components/AdministradoresComunidad.js | 37 +---- web-ui/web-react/src/components/Inquilinos.js | 150 ++++++++++++++++-- 2 files changed, 145 insertions(+), 42 deletions(-) diff --git a/web-ui/web-react/src/components/AdministradoresComunidad.js b/web-ui/web-react/src/components/AdministradoresComunidad.js index 06416d5d..6d6cdb34 100644 --- a/web-ui/web-react/src/components/AdministradoresComunidad.js +++ b/web-ui/web-react/src/components/AdministradoresComunidad.js @@ -152,10 +152,7 @@ const AdministradoresComunidad = () => { setDeleteAdminCommunityDialog(true); } - const confirmDeleteSelected = () => { - setDeleteAdminsCommunitiesDialog(true); - } - + const actionsAdminCommunity = (rowData) => { return (
@@ -164,34 +161,6 @@ const AdministradoresComunidad = () => { ); } - const leftToolbarTemplate = () => { - return ( - -
-
-
- ) - } - - const rightToolbarTemplate = () => { - return ( - -
+ ); +} + +const leftToolbarTemplate = () => { + return ( + +
+
+
+ ) +} + +const rightToolbarTemplate = () => { + return ( + +