Revision e481c282 snf-cyclades-app/synnefo/ui/static/snf/js/neutron.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/neutron.js
21 21
    
22 22
    // Neutron base model, extending existing synnefo model
23 23
    models.NetworkModel = snfmodels.Model.extend({
24
      api_type: 'compute'
24
      api_type: 'network'
25 25
    });
26 26
    
27 27
    // Neutron base collection, common neutron collection params are shared
28 28
    models.NetworkCollection = snfmodels.Collection.extend({
29
      api_type: 'compute',
29
      api_type: 'network',
30 30
      details: true,
31 31
      noUpdate: true,
32 32
      updateEntries: true

Also available in: Unified diff