analytics: Remove "Aggregation" labels from stats page.

This commit is contained in:
Lauryn Menard 2022-10-06 16:34:57 +02:00 committed by Tim Abbott
parent 396c7c3046
commit cdcef8b814
2 changed files with 0 additions and 6 deletions

View File

@ -72,10 +72,6 @@ p {
position: relative;
z-index: 1;
label {
margin: 3px;
}
> * {
display: inline-block;
vertical-align: top;

View File

@ -72,7 +72,6 @@
<div class="chart-container">
<h1>{{ _("Messages sent over time") }}</h1>
<div class="button-container">
<label>{{ _("Aggregation") }}</label>
<div class="buttons">
<button class="button" type="button" id='daily_button'>{{ _("Daily") }} </button>
<button class="button" type="button" id='weekly_button'>{{ _("Weekly") }} </button>
@ -95,7 +94,6 @@
<div class="chart-container">
<h1>{{ _("Messages read over time") }}</h1>
<div class="button-container">
<label>{{ _("Aggregation") }}</label>
<div class="buttons">
<button class="button" type="button" id='read_daily_button'>{{ _("Daily") }} </button>
<button class="button" type="button" id='read_weekly_button'>{{ _("Weekly") }} </button>