Revision 1faf0b9c snf-app/synnefo/ui/static/snf/js/models.js

b/snf-app/synnefo/ui/static/snf/js/models.js
229 229
        },
230 230

  
231 231
        get_owner: function() {
232
            return this.get('owner') || synnefo.config.system_images_owner;
232
            return this.get('owner') || _.keys(synnefo.config.system_images_owners)[0];
233 233
        },
234 234

  
235 235
        get_readable_size: function() {

Also available in: Unified diff