From 0934b75cbd6b3a1011d0f788a3d6eda5ad366798 Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 17 Mar 2023 08:10:19 +0100 Subject: [PATCH] fixed styles --- pandora_console/godmode/wizards/DiscoveryTaskList.class.php | 5 ++++- pandora_console/views/cluster/list.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php index 1c3642b075..913e08e104 100644 --- a/pandora_console/godmode/wizards/DiscoveryTaskList.class.php +++ b/pandora_console/godmode/wizards/DiscoveryTaskList.class.php @@ -835,7 +835,10 @@ class DiscoveryTaskList extends HTML $data[6] = html_print_image( 'images/cluster@os.svg', true, - ['title' => __('Discovery Applications Microsoft SQL Server')] + [ + 'title' => __('Discovery Applications Microsoft SQL Server'), + 'class' => 'main_menu_icon invert_filter', + ] ).'  '; $data[6] .= __('Discovery.App.Microsoft SQL Server'); break; diff --git a/pandora_console/views/cluster/list.php b/pandora_console/views/cluster/list.php index 4a4db2f36f..44af135532 100644 --- a/pandora_console/views/cluster/list.php +++ b/pandora_console/views/cluster/list.php @@ -71,7 +71,7 @@ try { [ 'id' => $tableId, 'class' => 'info_table', - 'style' => 'width: 100%', + 'style' => 'width: 99%', 'columns' => $columns, 'column_names' => $column_names, 'ajax_url' => $model->ajaxController,