This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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"}}
/>