mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix active calls icon chart (#7599)
This commit is contained in:
@@ -78,10 +78,10 @@ echo "<div class='hud_content' ".($widget_details_state == "disabled" ?: "onclic
|
||||
echo "</div>\n";
|
||||
}
|
||||
if ($widget_chart_type == 'icon') {
|
||||
echo "<span class='hud_stat'>\n";
|
||||
echo "<i class=\"fas " . $widget_icon . " \"></i>\n";
|
||||
echo "<div style='position: relative; display: inline-block;'>\n";
|
||||
echo "<span class='hud_stat'><i class=\"fas " . $widget_icon . " \"></i></span>\n";
|
||||
echo "<span id='calls_active_count' name='calls_active_count' style=\"background-color: " . (!empty($widget_number_background_color) ? $widget_number_background_color : '#03c04a') . "; color: " . (!empty($widget_number_text_color) ? $widget_number_text_color : '#ffffff') . "; font-size: 12px; font-weight: bold; text-align: center; position: absolute; top: 23px; left: 24.5px; padding: 2px 7px 1px 7px; border-radius: 10px; white-space: nowrap;\">0</span>\n";
|
||||
echo "</span>\n";
|
||||
echo "</div>\n";
|
||||
}
|
||||
echo "</div>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user