Merge branch 'ent-13007-tree-view-metaconsola-no-filtra-bien-usando-busqueda-de-modulo-y-status-conjunta' into 'develop'

Ent 13007 tree view metaconsola no filtra bien usando busqueda de modulo y status conjunta

See merge request artica/pandorafms!7374
This commit is contained in:
Jose Martin 2024-05-14 07:09:47 +00:00
commit ff6ee23521
1 changed files with 38 additions and 37 deletions

View File

@ -291,7 +291,7 @@ if (is_metaconsole() === true) {
); );
} }
// if (is_metaconsole() === false) { if (is_metaconsole() === false) {
// Module filter. // Module filter.
$module_status_arr = []; $module_status_arr = [];
$module_status_arr[-1] = __('All'); $module_status_arr[-1] = __('All');
@ -330,7 +330,8 @@ $table->data['last_row'][] = html_print_label_input_block(
'width:100%' '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 = '<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_table($table, true);
$form_html .= html_print_div( $form_html .= html_print_div(