Minor fix

This commit is contained in:
Jose Gonzalez 2023-03-13 14:10:20 +01:00
parent 45ba4cdd15
commit 1b4136d91e
1 changed files with 2 additions and 1 deletions

View File

@ -193,7 +193,7 @@ $filterTable->data[0][2] = html_print_label_input_block(
($is_period === true) ? 1 : 0,
true,
false,
'nf_view_click_period(event)'
'nf_view_click_period()'
)
);
@ -280,6 +280,7 @@ if ($has_data === true) {
.networkconsole {
min-height: calc(100vh - 280px) !important;
}
</style>
<script>
$(document).ready(function(){