mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Convert admin section controllers to ES6 modules
This commit is contained in:
parent
2358d13d49
commit
e242368266
45 changed files with 146 additions and 123 deletions
|
@ -0,0 +1,4 @@
|
|||
export default Ember.ArrayController.extend({
|
||||
needs: ["adminBackups"],
|
||||
status: Em.computed.alias("controllers.adminBackups")
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue