From 3f91fda888bac0bdd8ef2c8ee9de5b7dbe0979f6 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Thu, 23 Sep 2021 10:59:24 +0200 Subject: [PATCH] Fixed module_details_window --- .../include/lib/Dashboard/Widgets/service_view.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pandora_console/include/lib/Dashboard/Widgets/service_view.php b/pandora_console/include/lib/Dashboard/Widgets/service_view.php index cf40f96d21..ec1749671a 100644 --- a/pandora_console/include/lib/Dashboard/Widgets/service_view.php +++ b/pandora_console/include/lib/Dashboard/Widgets/service_view.php @@ -305,6 +305,7 @@ class ServiceViewWidget extends Widget $containerId = 'container_servicemap_'.$this->cellId; $output .= "
"; + $output .= '
'; $output .= \html_print_image( 'images/spinner.gif', @@ -337,6 +338,10 @@ class ServiceViewWidget extends Widget $settings['baseURL'] = \ui_get_full_url('/', false, false, false); $settings['ajaxURL'] = \ui_get_full_url('ajax.php', false, false, false); + // Show the modal window of an module. + $output .= '
'; + $output .= '
'; + // Script. $output .= '