Merge branch 'ent-6613-bug-en-filtro-de-network-components-metaconsola' into 'develop'

Ent 6613 bug en filtro de network components metaconsola

See merge request artica/pandorafms!3599
This commit is contained in:
Daniel Rodriguez 2020-12-17 16:39:49 +01:00
commit 15df6c066b
1 changed files with 3 additions and 0 deletions

View File

@ -643,6 +643,9 @@ $url = ui_get_url_refresh(
$search_id_group = (int) get_parameter('search_id_group');
$search_string = (string) get_parameter('search_string');
if (!empty($search_string)) {
$search_string = trim($search_string, ' ');
}
$table = new stdClass();
$table->width = '100%';