Open johrstrom opened 3 years ago
Lightbox was dropped during the merging of activejobs into the dashboard. This ticket is to have a functional replacement with it in plain old javascript.
Something like this should work.
$('#directory-contents tbody').on('click', '.view-file', function(e){ e.preventDefault(); let row = table.row(this.dataset.rowIndex).data(); window.open(row.url, 'ViewFile', "location=yes,resizable=yes,scrollbars=yes,status=yes"); });
Ganglia extended panels use this feature. You can use this config to use Berkeley's public ganglia instance.
ganglia: host: "tiger.cchem.berkeley.edu/ganglia" scheme: "http://" segments: - "graph.php" req_query: c: "Pitzer" opt_query: h: "%{h}.ten.osc.edu" version: "3
┆Issue is synchronized with this Asana task by Unito
Should consider dropping ganglia support altogether, but don't quite know if anyone's actually running it anymore.
In any case, as long as we support ganglia we should actually support it and do this.
Lightbox was dropped during the merging of activejobs into the dashboard. This ticket is to have a functional replacement with it in plain old javascript.
Something like this should work.
Ganglia extended panels use this feature. You can use this config to use Berkeley's public ganglia instance.
┆Issue is synchronized with this Asana task by Unito