Revision a4a27935 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/ember/controllers/volume.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/ember/controllers/volume.js
1
var actionsMetaVolume = {
2
    'start': {
3
        title: 'start me now',
4
        act: 'modalStart',
5
        spanCls: 'snf-switch',
6
    },
7
    'destroy': {
8
        title: 'destroy',
9
        act: 'modalDestroy',
10
        spanCls: 'snf-trash-outline',
11
    },
12
    'reboot': {
13
        title: 'reboot',
14
        act: 'modalReboot',
15
        spanCls: 'snf-refresh-outline',
16
    },
17
    'shutdown': {
18
        title: 'shutdown',
19
        act: 'modalShutdown',
20
        spanCls: 'snf-pc-broken-full',
21
    },
22
};
23

  
24

  
25 1
App.VolumeController = Ember.ObjectController.extend({
26 2

  
27 3
    icon: 'snf-volume-full',

Also available in: Unified diff