Revision d63606c8 snf-cyclades-app/synnefo/ui/static/snf/js/glance_models.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/glance_models.js
71 71

  
72 72
        // custom glance api parser
73 73
        parse: function (resp, xhr) {
74
            if (_.isArray(resp)) {
75
              resp = {'images': resp };
76
            }
74 77
            return models.GlanceImages.__super__.parse.call(this, resp, xhr);
75 78
        },
76 79

  

Also available in: Unified diff