Revision 83506b33 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/ember/controllers/vm.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/ember/controllers/vm.js
25 25
App.VmController = Ember.ObjectController.extend({
26 26

  
27 27
    needs: ['vms'],
28
    
28 29
    hasViewCls: true,
30
    
31
    /*icon: function () {
32
        return this.get('parentController').get('iconCls');
33
    }.property(),*/
34

  
29 35
    icon: 'snf-pc-full',
30 36

  
31 37
    codeName: 'vm',

Also available in: Unified diff