mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix deprecations in admin reports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<h3>{{title}}</h3>
|
||||
<h3>{{model.title}}</h3>
|
||||
|
||||
<div>
|
||||
{{i18n 'admin.dashboard.reports.start_date'}} {{input type="date" value=startDate}}
|
||||
@@ -24,11 +24,11 @@
|
||||
{{#conditional-loading-spinner condition=refreshing}}
|
||||
<table class='table report'>
|
||||
<tr>
|
||||
<th>{{xaxis}}</th>
|
||||
<th>{{yaxis}}</th>
|
||||
<th>{{model.xaxis}}</th>
|
||||
<th>{{model.yaxis}}</th>
|
||||
</tr>
|
||||
|
||||
{{#each row in dataReversed}}
|
||||
{{#each row in model.dataReversed}}
|
||||
<tr>
|
||||
<td>{{row.x}}</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user