#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.'"
|
$output .= '<div id="hiveImg_'.$id.'"
|
||||||
style="width:20px;height:20px;margin-right: 5px;">';
|
style="width:20px;height:20px;margin-right: 5px;">';
|
||||||
$output .= file_get_contents(
|
$output .= file_get_contents(
|
||||||
ui_get_full_url('images/'.$icon)
|
ui_get_full_url('images/'.$icon, false, false, false)
|
||||||
);
|
);
|
||||||
$output .= '</div>';
|
$output .= '</div>';
|
||||||
$output .= ui_print_truncate_text(
|
$output .= ui_print_truncate_text(
|
||||||
|
@ -424,8 +424,9 @@ class AgentHive extends Widget
|
||||||
true,
|
true,
|
||||||
true,
|
true,
|
||||||
'…',
|
'…',
|
||||||
'font-size: 11pt;color: #14524f;
|
'font-size: 11pt;color: #14524f;white-space: nowrap;
|
||||||
font-weight: 600;text-align: left',
|
font-weight: 600;text-align: left;width: 80%;
|
||||||
|
overflow: hidden;',
|
||||||
);
|
);
|
||||||
|
|
||||||
$output .= '</div>';
|
$output .= '</div>';
|
||||||
|
|
|
@ -674,17 +674,16 @@ form.modal-dashboard
|
||||||
.widget-agent-hive-square-status {
|
.widget-agent-hive-square-status {
|
||||||
width: 3%;
|
width: 3%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-left: 4%;
|
margin-left: 3%;
|
||||||
margin-right: 3%;
|
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-agent-hive-square-info {
|
.widget-agent-hive-square-info {
|
||||||
width: 90%;
|
width: 87%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-left: 5px;
|
margin-left: 6%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-agent-hive-square-info-header {
|
.widget-agent-hive-square-info-header {
|
||||||
|
|
Loading…
Reference in New Issue