mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
ES6: Patch up a few issues with the admin controllers conversion
This commit is contained in:
parent
e242368266
commit
15a51c6316
15 changed files with 37 additions and 51 deletions
|
@ -1,6 +1,5 @@
|
|||
export default Ember.ObjectController.extend({
|
||||
viewMode: 'table',
|
||||
|
||||
viewingTable: Em.computed.equal('viewMode', 'table'),
|
||||
viewingBarChart: Em.computed.equal('viewMode', 'barChart'),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue