clusterview margin title on view
This commit is contained in:
parent
ad5078fcc0
commit
7704e4a1da
|
@ -192,7 +192,7 @@ if ($in_planned_downtime && !$cluster->agent()->disabled() && !$cluster->agent()
|
|||
$table_agent_header = '<div class="agent_details_agent_alias">';
|
||||
$table_agent_header .= $agent_name;
|
||||
$table_agent_header .= '</div>';
|
||||
$table_agent_header .= '<div class="agent_details_agent_name">';
|
||||
$table_agent_header .= '<div class="agent_details_agent_name mrgn_lft_10px">';
|
||||
if (!$config['show_group_name']) {
|
||||
$table_agent_header .= ui_print_group_icon(
|
||||
$cluster->agent()->id_grupo(),
|
||||
|
|
Loading…
Reference in New Issue