Commit b37a772f8e3ca66ed9519ce9cd4c2d1d209cce99

Authored by Hacene SI HADJ MOHAND
1 parent ccafb489
Exists in rm_6912

ihm

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/DownloadUI.js
... ... @@ -30,7 +30,7 @@ Ext.define('amdaUI.DownloadUI', {
30 30 ['Timestamp-with-milliseconds', 'Seconds from 1970 with ms', 'Total of seconds from the Unix Epoch with milliseconds.']],
31 31 timeformatTTData: [['Y-m-dTH:i:s', 'YYYY-MM-DDThh:mm:ss']],
32 32 fileformatData: [['ASCII', 'ASCII'], ['vot', 'VOTable'], ['cdf', 'CDF'], ['json', 'JSON']],
33   - fileformatTTData: [['text', 'plain text'], ['vot', 'VOTable']],
  33 + fileformatTTData: [ ['space', 'Space'], ['text', 'plain text'], ['vot', 'VOTable'] ],
34 34 filecompressData: [['zip', 'zip'], ['tar+gzip', 'tar+gzip']],
35 35 filecompressTT: [['zip', 'zip'], ['tar+gzip', 'tar+gzip'], ['none', 'none']],
36 36 filestructureData: [['0', 'All In One File'], ['1', 'One File Per Time Interval'], ['2', 'One File Per Param/Interval']],
... ...