From 4c99f92cd3cccb1723d1127249d5b9aaa81f7f0d Mon Sep 17 00:00:00 2001 From: Hemanth Rachapalli <92920794+hemanth5544@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:59:26 +0530 Subject: [PATCH] feat: Rework how selected actions to perform pause,resume work and add a bulk-delete option (#6676) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Frank Elsinga --- src/components/MonitorList.vue | 348 +++++++++++++++++++++++---- src/components/MonitorListFilter.vue | 15 +- src/lang/en.json | 13 +- 3 files changed, 310 insertions(+), 66 deletions(-) diff --git a/src/components/MonitorList.vue b/src/components/MonitorList.vue index c77eed02c..032345487 100644 --- a/src/components/MonitorList.vue +++ b/src/components/MonitorList.vue @@ -2,20 +2,29 @@
- +
+ + +
-
-
- - - +
+ +
+ +
@@ -30,25 +39,51 @@
-
- -
- -
- - - - - - - {{ $t("selectedMonitorCount", [selectedMonitorCount]) }} +
+ +
+ + {{ $tc("selectedMonitorCountMsg", selectedMonitorCount) }}
@@ -81,6 +116,10 @@ {{ $t("pauseMonitorMsg") }} + + + {{ $t("deleteMonitorsMsg") }} +