Revision f4a8c000

b/snf-cyclades-app/synnefo/ui/new_ui/ui/app/components/add-new.js
3 3
// {{add-new type=controller.type icon=controller.iconCls action="openWizard"}}
4 4

  
5 5
Snf.AddNewComponent = Ember.Component.extend({
6
	templateName: 'elem',
6
	layoutName: 'elem', // templateName is deprecated for components
7 7
	addNewBtn: true,
8 8
	selectable: false,
9 9
	iconCls: function() {
b/snf-cyclades-app/synnefo/ui/new_ui/ui/app/controllers/vm.js
1 1
Snf.VmController = Snf.ElemController.extend({
2
    icon: 'snf-pc-full',
2
    iconCls: 'snf-pc-full',
3 3
    hasConnect: true,
4 4
    hasTags : true,
5 5
});

Also available in: Unified diff