Commit 3994bd1f7f3ac4750c9543985d26ba754aec24d6

Authored by Benjamin Renard
1 parent 8caed468

Give the possibility to select CDF_ISTP format

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
js/app/models/Download.js
... ... @@ -32,7 +32,8 @@ Ext.define('amdaModel.DownloadConfig', {
32 32 fileformatData: [
33 33 ['ASCII', 'ASCII'],
34 34 ['vot', 'VOTable'],
35   - ['cdf', 'CDF'],
  35 + ['cdf-istp', 'CDF/ISTP'],
  36 + ['cdf', 'CDF (deprecated)'],
36 37 ['json', 'JSON']
37 38 ],
38 39 fileformatTTData: [
... ...