Update voicemails.php (#6108)

This commit is contained in:
AlexC 2021-11-09 22:22:32 -07:00 committed by GitHub
parent 08288941f0
commit 72cb8929d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
}
//add doughnut chart
?>
echo "
<div style='display: flex; flex-wrap: wrap; justify-content: center; padding-bottom:10px;'>
<div style='width: 175px; height: 175px;'><canvas id='new_messages_chart'></canvas></div>
</div>
@ -97,7 +97,7 @@
new_messages_config
);
</script>
<?php
";
echo "<div class='hud_details hud_box' id='hud_voicemail_details'>";
if (sizeof($voicemails) > 0) {