mirror of https://github.com/zulip/zulip.git
analytics: Remove "Aggregation" labels from stats page.
This commit is contained in:
parent
396c7c3046
commit
cdcef8b814
|
@ -72,10 +72,6 @@ p {
|
|||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
label {
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
> * {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue