discourse/app/assets/javascripts/admin/addon/templates/reports-show.hbs
2022-12-28 13:11:12 +00:00

8 lines
225 B
Handlebars

<AdminReport
@showAllReportsLink={{true}}
@dataSourceName={{this.model.type}}
@filters={{this.model}}
@reportOptions={{this.reportOptions}}
@showFilteringUI={{true}}
@onRefresh={{route-action "onParamsChange"}}
/>