mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
#13007 hidden module filters
This commit is contained in:
parent
bc71d20ba6
commit
b0da63dc62
@ -291,7 +291,7 @@ if (is_metaconsole() === true) {
|
||||
);
|
||||
}
|
||||
|
||||
// if (is_metaconsole() === false) {
|
||||
if (is_metaconsole() === false) {
|
||||
// Module filter.
|
||||
$module_status_arr = [];
|
||||
$module_status_arr[-1] = __('All');
|
||||
@ -330,7 +330,8 @@ $table->data['last_row'][] = html_print_label_input_block(
|
||||
'width:100%'
|
||||
)
|
||||
);
|
||||
// }
|
||||
}
|
||||
|
||||
$form_html = '<form id="tree_search" method="post" action="index.php?sec=monitoring&sec2=operation/tree&refr=0&tab='.$tab.'&pure='.$config['pure'].'">';
|
||||
$form_html .= html_print_table($table, true);
|
||||
$form_html .= html_print_div(
|
||||
|
Loading…
x
Reference in New Issue
Block a user