mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
#12137 Fix Description
This commit is contained in:
parent
7b443414ca
commit
47aeb3cc39
@ -6219,7 +6219,7 @@ div#status_pie {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
padding-bottom: 0;
|
padding-bottom: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.agent_details_content_cluster {
|
.agent_details_content_cluster {
|
||||||
|
@ -158,7 +158,7 @@ $table_status->data['agent_version'][0] = __('Agent Version');
|
|||||||
$table_status->data['agent_version'][1] = (empty($agent['agent_version']) === true) ? '<i>'.__('N/A').'</i>' : $agent['agent_version'];
|
$table_status->data['agent_version'][1] = (empty($agent['agent_version']) === true) ? '<i>'.__('N/A').'</i>' : $agent['agent_version'];
|
||||||
|
|
||||||
$table_status->data['description'][0] = __('Description');
|
$table_status->data['description'][0] = __('Description');
|
||||||
$table_status->data['description'][1] = (empty($agent['comentarios']) === true) ? '<em>'.__('N/A').'</em>' : $agent['comentarios'];
|
$table_status->data['description'][1] = (empty($agent['comentarios']) === true) ? '<em>'.__('N/A').'</em>' : ui_print_truncate_text($agent['comentarios']);
|
||||||
|
|
||||||
$agentEventsHeader = html_print_div(
|
$agentEventsHeader = html_print_div(
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user