aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/static/js/products.js
Commit message (Collapse)AuthorAgeFilesLines
* webui: products: Add the client-side support for opening HPX imagesAaron LI2016-11-231-11/+68
|
* webui: products: Implement GET action "which"Aaron LI2016-11-231-1/+20
| | | | | | | | The "which" GET action try to locate the given executable name/path, in order to check whether the executable callable. This function will be used to check the validity of the specified FITS viewer, which opens the HPX FITS images.
* webui: products: Implement HPX conversion functionAaron LI2016-11-221-12/+41
|
* webui: products.js: Convert file size from bytes to MBAaron LI2016-11-221-4/+5
|
* webui: products: Implement client-side AJAX interactionsAaron LI2016-11-221-0/+289