Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (226 Bytes)

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

    
7

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