#11493 Fixed icon
This commit is contained in:
parent
c28730a081
commit
37b1c94b45
|
@ -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,
|
||||
'…',
|
||||
'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>';
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue