Revision e0d90534 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/obj.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/obj.js
114 114
  	icon: "snf-pc-outline"
115 115
  },
116 116
  {
117
  	destination: "nets",
118
  	title: "Network",
117
    destination: "networks",
118
    title: "Network",
119 119
  	icon: "snf-network-outline"
120 120

  
121 121
  },
......
149 149
  	title: "SSh Keys",
150 150
  	icon: "snf-key-outline"
151 151
  }],
152

  
152 153
  userActions: [{
153 154
    description:'start',
154 155
    'snf-components':['vms'],
......
157 158
  },
158 159
  {
159 160
    description:'destroyElement',
160
    'snf-components': ['vms', 'nets'],
161
    'snf-components': ['vms', 'networks'],
161 162
    'enabled-status': ['all'],
162 163
    action: 'is this a function?',
163 164
  },
......
169 170
  },
170 171
  {
171 172
    description:'add machine',
172
    'snf-components': ['nets'],
173
    'snf-components': ['networks'],
173 174
    'enabled-status': ['active'],
174 175
    action: 'is this a function?'
175 176
  },
176 177
  {
177 178
    description:'action for all',
178
    'snf-components': ['vms', 'nets'],
179
    'snf-components': ['vms', 'networks'],
179 180
    'enabled-status': ['all'],
180 181
    action: 'is this a function?'
181 182
}]

Also available in: Unified diff