mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-13266-delete-repeated-message-in-agent-configuration-modules-view' into 'develop'
Ent 13266 Eliminar mensaje repetido en vista de módulos de configuración de agentes See merge request artica/pandorafms!7203
This commit is contained in:
commit
9c7df54a0a
@ -3546,7 +3546,7 @@ function ui_print_status_sets(
|
||||
}
|
||||
|
||||
if (empty($title) === false) {
|
||||
$options['title'] = (empty($extra_info) === true) ? $title : $title.'
'.$extra_info;
|
||||
// $options['title'] = (empty($extra_info) === true) ? $title : $title.'
'.$extra_info;
|
||||
$options['data-title'] = (empty($extra_info) === true) ? $title : $title.'<br>'.$extra_info;
|
||||
$options['data-use_title_for_force_title'] = 1;
|
||||
if (isset($options['class']) === true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user