Revision 8444bcd7
b/ui/static/snf/js/models.js | ||
---|---|---|
907 | 907 |
var image = storage.images.get(this.get('imageRef')); |
908 | 908 |
if (!image) { |
909 | 909 |
storage.images.update_unknown_id(this.get('imageRef')); |
910 |
image = storage.flavors.get(this.get('imageRef'));
|
|
910 |
image = storage.images.get(this.get('imageRef'));
|
|
911 | 911 |
} |
912 | 912 |
return image; |
913 | 913 |
}, |
Also available in: Unified diff