From 2ab91955e53034a7722dbfaef4a586bf2528d8fd Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:47:01 +0200 Subject: [PATCH] Reposition "X row(s) selected" message for downtimes and comments Like hosts or services this message should be displayed like a footer. --- .../monitoring/application/views/scripts/list/comments.phtml | 5 +++++ .../application/views/scripts/list/downtimes.phtml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/modules/monitoring/application/views/scripts/list/comments.phtml b/modules/monitoring/application/views/scripts/list/comments.phtml index c7fb86a259..a87f33193f 100644 --- a/modules/monitoring/application/views/scripts/list/comments.phtml +++ b/modules/monitoring/application/views/scripts/list/comments.phtml @@ -59,3 +59,8 @@ +compact): ?> +
+ render('list/components/selectioninfo.phtml') ?> +
+ diff --git a/modules/monitoring/application/views/scripts/list/downtimes.phtml b/modules/monitoring/application/views/scripts/list/downtimes.phtml index 46ce0bb810..e9a2e5a43f 100644 --- a/modules/monitoring/application/views/scripts/list/downtimes.phtml +++ b/modules/monitoring/application/views/scripts/list/downtimes.phtml @@ -62,3 +62,8 @@ if (! $this->compact): ?> +compact): ?> +
+ render('list/components/selectioninfo.phtml') ?> +
+