mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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>
|
||||
|
||||
<?php
|
||||
if (is_metaconsole()) {
|
||||
$server_fields = [];
|
||||
$server_fields[0] = __('All');
|
||||
|
||||
@ -3106,7 +3107,6 @@ $class = 'databox filters';
|
||||
'min-width: 180px'
|
||||
).'</td></tr>';
|
||||
|
||||
if (is_metaconsole()) {
|
||||
echo $server_filter_markup;
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user