From e403741b996be993ed7a113b68cc30a0a2deffcc Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 2 Nov 2023 08:27:11 +0100 Subject: [PATCH] #12271 styles widget message dashboard --- pandora_console/include/lib/Dashboard/Widget.php | 2 +- pandora_console/views/dashboard/widget.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/lib/Dashboard/Widget.php b/pandora_console/include/lib/Dashboard/Widget.php index 82fc7cbda5..abb39de1b8 100644 --- a/pandora_console/include/lib/Dashboard/Widget.php +++ b/pandora_console/include/lib/Dashboard/Widget.php @@ -508,7 +508,7 @@ class Widget } if ($this->configurationRequired === true) { - $output .= '
'; + $output .= '
'; $output .= \ui_print_info_message( __('Please configure this widget before usage'), '', diff --git a/pandora_console/views/dashboard/widget.php b/pandora_console/views/dashboard/widget.php index cf160ccc76..a2fbdc1783 100644 --- a/pandora_console/views/dashboard/widget.php +++ b/pandora_console/views/dashboard/widget.php @@ -43,7 +43,7 @@ if ((int) $cellData['id_widget'] !== 0 || $widgetId !== 0) { true ); - $output .= '
'; + $output .= '
'; $output .= \ui_print_info_message( __('Please select widget'), '',