fixed styles

This commit is contained in:
daniel 2023-03-17 08:10:19 +01:00
parent 3f09fd16a7
commit 0934b75cbd
2 changed files with 5 additions and 2 deletions

View File

@ -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;

View File

@ -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,