dashboard next: minor tweaks

* help texts
* renaming of components to dashboard-*
* use number formatter
* adjust trend position
This commit is contained in:
Joffrey JAFFEUX
2018-04-16 12:00:49 +02:00
committed by GitHub
parent 3d99726981
commit 035d92d2e1
7 changed files with 32 additions and 12 deletions
@@ -3,7 +3,7 @@ import computed from 'ember-addons/ember-computed-decorators';
import loadScript from 'discourse/lib/load-script';
export default Ember.Component.extend({
classNames: ["mini-chart"],
classNames: ["dashboard-mini-chart"],
classNameBindings: ["trend", "oneDataPoint"],
@@ -2,7 +2,7 @@ import { ajax } from 'discourse/lib/ajax';
import computed from 'ember-addons/ember-computed-decorators';
export default Ember.Component.extend({
classNames: ["mini-table"],
classNames: ["dashboard-mini-table"],
total: null,
labels: null,