Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / app / controllers / vm.js @ d22d9f7b

History | View | Annotate | Download (206 Bytes)

1
Snf.VmController = Snf.ElemController.extend({
2
    icon: 'snf-pc-full',
3
    hasConnect: true,
4
});
5

    
6

    
7
Snf.VmsController = Snf.ElemsListController.extend({
8
    type : 'vms',
9
    iconCls  : 'snf-pc-full',
10
});
11