diff --git a/js/app/views/DownloadUI.js b/js/app/views/DownloadUI.js index a4a9c6b..9d09f35 100644 --- a/js/app/views/DownloadUI.js +++ b/js/app/views/DownloadUI.js @@ -30,7 +30,7 @@ Ext.define('amdaUI.DownloadUI', { ['Timestamp-with-milliseconds', 'Seconds from 1970 with ms', 'Total of seconds from the Unix Epoch with milliseconds.']], timeformatTTData: [['Y-m-dTH:i:s', 'YYYY-MM-DDThh:mm:ss']], fileformatData: [['ASCII', 'ASCII'], ['vot', 'VOTable'], ['cdf', 'CDF'], ['json', 'JSON']], - fileformatTTData: [['text', 'plain text'], ['vot', 'VOTable']], + fileformatTTData: [ ['space', 'Space'], ['text', 'plain text'], ['vot', 'VOTable'] ], filecompressData: [['zip', 'zip'], ['tar+gzip', 'tar+gzip']], filecompressTT: [['zip', 'zip'], ['tar+gzip', 'tar+gzip'], ['none', 'none']], filestructureData: [['0', 'All In One File'], ['1', 'One File Per Time Interval'], ['2', 'One File Per Param/Interval']], -- libgit2 0.21.2