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:
commit
ff6ee23521
|
@ -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…
Reference in New Issue