Commit bec49ccfc66ae21c42fabbb8028187d86b5481a6
1 parent
12af0287
Exists in
master
and in
110 other branches
Uncomment netCDF format in upload module
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/UploadPanelUI.js
... | ... | @@ -287,7 +287,7 @@ Ext.define('amdaUI.UploadPanelUI', { |
287 | 287 | } |
288 | 288 | } |
289 | 289 | }, |
290 | - // { boxLabel: 'netCDF <img amda_clicktip="ncTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'NC' }, | |
290 | + { boxLabel: 'netCDF <img amda_clicktip="ncTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'NC' }, | |
291 | 291 | { boxLabel: 'CDF <img amda_clicktip="cdfTimeFormat" style="vertical-align:bottom" src="js/resources/images/16x16/info_mini.png"', name: 'filefrmt', inputValue: 'CDF' }, |
292 | 292 | // { boxLabel: 'CEF[GZ]', name: 'filefrmt', inputValue: 'CEF' }, |
293 | 293 | { boxLabel: 'VOTable', name: 'filefrmt', inputValue: 'VOT' }]; |
... | ... |