From cb2bdc558c6b7fe72a5dc7332a2a90f9c348e9e5 Mon Sep 17 00:00:00 2001 From: Shashank Shekhar Date: Wed, 22 Mar 2023 17:10:58 -0700 Subject: [PATCH] #1757 - Create common container for content in tab (Institution) - Part 2 (#1826) * Updated the Institution tabs in the Ministry portal to use the common TabContainer and the BodyHeaderContainer * Code updated with review comments --- .../common/InstitutionUserSummary.vue | 332 +++++++++--------- .../src/components/common/LocationSummary.vue | 194 +++++----- .../views/aest/institution/Designation.vue | 29 +- .../aest/institution/InstitutionNotes.vue | 80 +++-- .../src/views/aest/institution/Locations.vue | 14 +- .../src/views/aest/institution/Profile.vue | 44 +-- .../src/views/aest/institution/Programs.vue | 172 ++++----- .../views/aest/institution/Restrictions.vue | 170 ++++----- .../web/src/views/aest/institution/Users.vue | 16 +- 9 files changed, 537 insertions(+), 514 deletions(-) diff --git a/sources/packages/web/src/components/common/InstitutionUserSummary.vue b/sources/packages/web/src/components/common/InstitutionUserSummary.vue index e2670fcba5..8e78204276 100644 --- a/sources/packages/web/src/components/common/InstitutionUserSummary.vue +++ b/sources/packages/web/src/components/common/InstitutionUserSummary.vue @@ -1,176 +1,180 @@