diff --git a/pandora_console/general/first_task/planned_downtime.php b/pandora_console/general/first_task/planned_downtime.php
index 6bfbe5627b..a88a3e0fc3 100644
--- a/pandora_console/general/first_task/planned_downtime.php
+++ b/pandora_console/general/first_task/planned_downtime.php
@@ -1,16 +1,32 @@
__('Scehduled Downtime')]); ?>
diff --git a/pandora_console/godmode/agentes/planned_downtime.list.php b/pandora_console/godmode/agentes/planned_downtime.list.php
index 78f717d7d1..fc80aa77ea 100755
--- a/pandora_console/godmode/agentes/planned_downtime.list.php
+++ b/pandora_console/godmode/agentes/planned_downtime.list.php
@@ -369,7 +369,10 @@ $row[] = html_print_submit_button(
__('Search'),
'search',
false,
- 'class="sub search"',
+ [
+ 'icon' => 'search',
+ 'mode' => 'mini',
+ ],
true
);
@@ -582,17 +585,23 @@ if ($downtimes === false && $filter_performed === false) {
// Info message.
echo ''.__('No scheduled downtime').'
';
- echo '';
-
// Create button.
if ($write_permisson === true) {
- echo ' ';
echo '';
}
-
- echo '
';
} else {
// Has downtimes.
echo '';
ui_require_javascript_file('pandora_modules');
?>