fixed styles
This commit is contained in:
parent
3f09fd16a7
commit
0934b75cbd
|
@ -835,7 +835,10 @@ class DiscoveryTaskList extends HTML
|
||||||
$data[6] = html_print_image(
|
$data[6] = html_print_image(
|
||||||
'images/cluster@os.svg',
|
'images/cluster@os.svg',
|
||||||
true,
|
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');
|
$data[6] .= __('Discovery.App.Microsoft SQL Server');
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -71,7 +71,7 @@ try {
|
||||||
[
|
[
|
||||||
'id' => $tableId,
|
'id' => $tableId,
|
||||||
'class' => 'info_table',
|
'class' => 'info_table',
|
||||||
'style' => 'width: 100%',
|
'style' => 'width: 99%',
|
||||||
'columns' => $columns,
|
'columns' => $columns,
|
||||||
'column_names' => $column_names,
|
'column_names' => $column_names,
|
||||||
'ajax_url' => $model->ajaxController,
|
'ajax_url' => $model->ajaxController,
|
||||||
|
|
Loading…
Reference in New Issue