Updated: Statistics page (#74)

This commit is contained in:
nobody 2020-08-10 08:33:16 +02:00
parent 582ddfe3a4
commit 28c184c535
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 59 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -21,14 +21,14 @@
<option value="month" data-i18n-content="labelPastMonth">Past month</option>
<option value="year" data-i18n-content="labelPastYear">Past year</option>
</select>
<div id="btn-delete" class="button" value="delete" data-i18n-content="labelDelete">Delete</div>
<div id="btn-delete" class="button" data-i18n-content="labelDelete">Delete</div>
</div>
<div id="statistics-overview" class="content">
<div class="overview"><span data-i18n-content="labelAvg">Average (injections/day)</span><span id="avg-quantity">-</span></div>
<div class="overview"><span data-i18n-content="labelInjectedFrameworks">Injected frameworks</span><span id="quantity-injected-frameworks">-</span></div>
</div>
<div id="tbl-statistics-cdns" class="content">
<table aria-describedby="Detailed table of contacted CDNs">
<table>
<thead>
<tr><th scope="col">CDNs</th><th scope="col"></th></tr>
</thead>
@ -38,7 +38,7 @@
</table>
</div>
<div id="tbl-statistics-frameworks" class="content">
<table aria-describedby="Detailed table of injected frameworks">
<table>
<thead>
<tr><th scope="col">Frameworks</th><th scope="col"></th></tr>
</thead>