From 1935d45a42d9a4d371d93e2c7e9a196cd903c4ba Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Sun, 31 Mar 2024 10:45:36 +0530 Subject: [PATCH] feat: Add SLA selector --- .../dashboard/settings/reports/SLAReports.vue | 3 + .../reports/components/SLA/MenuItem.vue | 66 ++++++++++ .../reports/components/SLA/SLAContextMenu.vue | 122 ++++++++++++++++++ .../reports/components/SLA/SLAFilters.vue | 50 +++++++ .../components/SLA/menuItemWithSubmenu.vue | 43 ++++++ 5 files changed, 284 insertions(+) create mode 100644 app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/MenuItem.vue create mode 100644 app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAContextMenu.vue create mode 100644 app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAFilters.vue create mode 100644 app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/menuItemWithSubmenu.vue diff --git a/app/javascript/dashboard/routes/dashboard/settings/reports/SLAReports.vue b/app/javascript/dashboard/routes/dashboard/settings/reports/SLAReports.vue index 727974c34..1271d4e63 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/reports/SLAReports.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/reports/SLAReports.vue @@ -1,5 +1,6 @@ + + + + diff --git a/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAContextMenu.vue b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAContextMenu.vue new file mode 100644 index 000000000..f4bf4e870 --- /dev/null +++ b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAContextMenu.vue @@ -0,0 +1,122 @@ + + + diff --git a/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAFilters.vue b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAFilters.vue new file mode 100644 index 000000000..6fad9c980 --- /dev/null +++ b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAFilters.vue @@ -0,0 +1,50 @@ + + + diff --git a/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/menuItemWithSubmenu.vue b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/menuItemWithSubmenu.vue new file mode 100644 index 000000000..ed6d40d55 --- /dev/null +++ b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/menuItemWithSubmenu.vue @@ -0,0 +1,43 @@ + + + + +