mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:27:28 +08:00
FEATURE: displays report description when hovering activity metrics (#6983)
This commit is contained in:
parent
c256121833
commit
92c52c0724
|
@ -1,3 +1,5 @@
|
|||
export default Ember.Component.extend({
|
||||
classNames: ["admin-report-counters"]
|
||||
classNames: ["admin-report-counters"],
|
||||
|
||||
attributeBindings: ["model.description:title"]
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user