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

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

  
30 30
        display_size: function() {
31 31
            return this.get_readable_size();
32
        },
33

  
34
        get_os: function() {
35
            return this.get_meta('os');
36
        },
37

  
38
        get_gui: function() {
39
            return this.get_meta('gui');
32 40
        }
33 41
        
34 42
    })

Also available in: Unified diff