Revision 9a7cf420 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
1
/* Objects */
2

  
1 3
Ember.Inflector.inflector.uncountable('account');
2 4

  
3 5
Synnefo.Account = DS.Model.extend({
......
181 183
    action: 'is this a function?'
182 184
}]
183 185
};
186

  
187
Synnefo.wizards = {
188
  vmWizard: {
189
    // each step must have a headline
190
    stepsHeadlines: [
191
        {
192
          title:'Select an OS',
193
          subtitle:'Choose your preferred image'
194
        },
195
        {
196
          title:'Select CPUs, RAM and Disk Size',
197
          subtitle:'Available options are filtered based on the selected image'
198
        },
199
        {
200
          title:'Virtual machine custom options',
201
          subtitle:'tba'
202
        },
203
        {
204
          title:'Confirm your settings',
205
          subtitle:'Confirm that the options you have selected are correct'
206
        },
207
    ]
208
  },
209
  networkWizard: {}
210
}

Also available in: Unified diff