Commit 62240273df5a07766b8d779d99da2771b20b0ea4

Authored by Myriam Bouchemit
1 parent b3297272

delete CEF in File Format

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/UploadPanelUI.js
... ... @@ -223,7 +223,7 @@ Ext.define('amdaUI.UploadPanelUI', {
223 223 },
224 224 { boxLabel: 'netCDF&nbsp;<img amda_clicktip="ncTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'NC' },
225 225 { boxLabel: 'CDF&nbsp;<img amda_clicktip="cdfTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'CDF' },
226   - { boxLabel: 'CEF[GZ]', name: 'filefrmt', inputValue: 'CEF' },
  226 + // { boxLabel: 'CEF[GZ]', name: 'filefrmt', inputValue: 'CEF' },
227 227 { boxLabel: 'VOTable', name: 'filefrmt', inputValue: 'VOT' }
228 228 ];
229 229 var timeFormatId = 'tf';
... ...