mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
UX: disables all time col in activity metrics new dashboard
This commit also makes it work for old dashboard.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
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']
|
||||
|
Reference in New Issue
Block a user