We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e9d1d commit 2f2704aCopy full SHA for 2f2704a
pyobs_archive/frontend/static/js/app.js
@@ -81,7 +81,11 @@ $(function () {
81
}, {
82
field: 'basename',
83
title: 'Name',
84
- sortable: true
+ sortable: true,
85
+ formatter: function(value, row) {
86
+ let url = rootURL + 'frames/' + row.id + '/download/';
87
+ return '<a href="' + url + '">' + value + '.fits.fz</a>';
88
+ }
89
90
field: 'DATE_OBS',
91
title: 'Time',
0 commit comments