mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Minor fix
This commit is contained in:
parent
45ba4cdd15
commit
1b4136d91e
@ -193,7 +193,7 @@ $filterTable->data[0][2] = html_print_label_input_block(
|
|||||||
($is_period === true) ? 1 : 0,
|
($is_period === true) ? 1 : 0,
|
||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
'nf_view_click_period(event)'
|
'nf_view_click_period()'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -280,6 +280,7 @@ if ($has_data === true) {
|
|||||||
.networkconsole {
|
.networkconsole {
|
||||||
min-height: calc(100vh - 280px) !important;
|
min-height: calc(100vh - 280px) !important;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user