mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#7940 Fixed server filter in open
This commit is contained in:
parent
5ba27998db
commit
c8fb8a441f
@ -3080,6 +3080,7 @@ $class = 'databox filters';
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
if (is_metaconsole()) {
|
||||||
$server_fields = [];
|
$server_fields = [];
|
||||||
$server_fields[0] = __('All');
|
$server_fields[0] = __('All');
|
||||||
|
|
||||||
@ -3106,7 +3107,6 @@ $class = 'databox filters';
|
|||||||
'min-width: 180px'
|
'min-width: 180px'
|
||||||
).'</td></tr>';
|
).'</td></tr>';
|
||||||
|
|
||||||
if (is_metaconsole()) {
|
|
||||||
echo $server_filter_markup;
|
echo $server_filter_markup;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user