flexisip-account-manager/flexiapi/resources/views/admin/statistics/parts/legend.blade.php
Timothée Jaussoin 4f11deeaf9 Add some basic subscriptions statistics
Move the statistics to a specific Library
Show some subscriptions charts in the admin panel
Inject the browser user agent to the database if available
Split statistics in different view (day/week/month)
Install cron scripts
Update the dependencies
2021-10-05 14:27:23 +02:00

6 lines
No EOL
237 B
PHP

<div class="legend">
<div class="first">Unactivated phones</div>
<div class="first activated">Activated phones</div>
<div class="second">Unactivated emails</div>
<div class="second activated">Activated emails</div>
</div>