From 247f9a08d770bb865d3e682211df56e6e9a526de Mon Sep 17 00:00:00 2001 From: fabio Date: Mon, 16 Aug 2021 12:19:06 -0400 Subject: [PATCH] PMCORE-3116:UI - Preview Option of the Case List in the same size as in the Home View. corrections --- .../assets/js/admin/Modals/ModalPreview.vue | 269 ++++++++++++++++++ .../admin/settings/customCaseList/Tables.vue | 121 +++++--- 2 files changed, 343 insertions(+), 47 deletions(-) create mode 100644 resources/assets/js/admin/Modals/ModalPreview.vue diff --git a/resources/assets/js/admin/Modals/ModalPreview.vue b/resources/assets/js/admin/Modals/ModalPreview.vue new file mode 100644 index 000000000..837dd74f9 --- /dev/null +++ b/resources/assets/js/admin/Modals/ModalPreview.vue @@ -0,0 +1,269 @@ + + + \ No newline at end of file diff --git a/resources/assets/js/admin/settings/customCaseList/Tables.vue b/resources/assets/js/admin/settings/customCaseList/Tables.vue index d02c764e0..1843f3d5a 100644 --- a/resources/assets/js/admin/settings/customCaseList/Tables.vue +++ b/resources/assets/js/admin/settings/customCaseList/Tables.vue @@ -1,6 +1,7 @@ \ No newline at end of file