mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Ember Upgrade: 1.0
This commit is contained in:
parent
01075c5e7a
commit
be0ce08cc2
110 changed files with 19597 additions and 8477 deletions
|
@ -46,5 +46,12 @@ Discourse.AdminDashboardController = Ember.Controller.extend({
|
|||
|
||||
updatedTimestamp: function() {
|
||||
return moment(this.get('updated_at')).format('LLL');
|
||||
}.property('updated_at')
|
||||
}.property('updated_at'),
|
||||
|
||||
actions: {
|
||||
refreshProblems: function() {
|
||||
this.loadProblems();
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue