2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/assets/javascripts/admin/components/admin-report-counts.js.es6
2018-06-15 17:03:24 +02:00

9 lines
237 B
JavaScript

export default Ember.Component.extend({
allTime: true,
tagName: "tr",
reverseColors: Ember.computed.match(
"report.type",
/^(time_to_first_response|topics_with_no_response)$/
),
classNameBindings: ["reverseColors"]
});