This commit is contained in:
Daniel Maya 2023-07-17 11:53:14 +02:00
parent c28730a081
commit 37b1c94b45
2 changed files with 7 additions and 7 deletions

View File

@ -414,7 +414,7 @@ class AgentHive extends Widget
$output .= '<div id="hiveImg_'.$id.'"
style="width:20px;height:20px;margin-right: 5px;">';
$output .= file_get_contents(
ui_get_full_url('images/'.$icon)
ui_get_full_url('images/'.$icon, false, false, false)
);
$output .= '</div>';
$output .= ui_print_truncate_text(
@ -424,8 +424,9 @@ class AgentHive extends Widget
true,
true,
'&hellip;',
'font-size: 11pt;color: #14524f;
font-weight: 600;text-align: left',
'font-size: 11pt;color: #14524f;white-space: nowrap;
font-weight: 600;text-align: left;width: 80%;
overflow: hidden;',
);
$output .= '</div>';

View File

@ -674,17 +674,16 @@ form.modal-dashboard
.widget-agent-hive-square-status {
width: 3%;
height: 100%;
margin-left: 4%;
margin-right: 3%;
margin-left: 3%;
border-radius: 15px;
}
.widget-agent-hive-square-info {
width: 90%;
width: 87%;
height: 100%;
display: flex;
flex-direction: column;
margin-left: 5px;
margin-left: 6%;
}
.widget-agent-hive-square-info-header {