Commit c967fdb0cd00013b84fdc0f4ab8e26c9464116dc
1 parent
4e3f8ae0
Exists in
master
and in
112 other branches
passage epntap v2 apis dataset_id-Sgranule_gid et preview_url->thumbnail_url
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
js/app/views/AstroImagesUI.js
... | ... | @@ -27,7 +27,7 @@ Ext.define('ImageNode', { |
27 | 27 | {name: 'stop', type: 'string'}, |
28 | 28 | {name: 'exposure', type: 'string'}, |
29 | 29 | {name: 'instrument',type: 'string'}, |
30 | - {name: 'preview_url', type: 'string'}, | |
30 | + {name: 'thumbnail_url', type: 'string'}, | |
31 | 31 | {name: 'image_url', type: 'string'}, |
32 | 32 | {name: 'fits_url', type: 'string'}, |
33 | 33 | {name: 'additional_text', type: 'string'} |
... | ... | @@ -237,7 +237,7 @@ Ext.define('amdaUI.AstroImagesUI', { |
237 | 237 | stop : image.stop, |
238 | 238 | exposure : image.exposure, |
239 | 239 | instrument : image.instrument, |
240 | - preview_url : image.preview_url, | |
240 | + thumbnail_url : image.thumbnail_url, | |
241 | 241 | fits_url : image.fits_url, |
242 | 242 | image_url : image.image_url, |
243 | 243 | additional_text : image.additional_text, |
... | ... |