aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-23 19:36:04 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-23 19:36:04 +0800
commitd6c0c5e4d102365f64373dd0c5df305424484bc1 (patch)
tree0684b9524785a8efa7e2b02ac26a37ab7df500db /fg21sim/webui/templates
parent64da94ad6393c1361e9e065f6c5708a6551b050c (diff)
downloadfg21sim-d6c0c5e4d102365f64373dd0c5df305424484bc1.tar.bz2
webui: products: Add the client-side support for opening HPX images
Diffstat (limited to 'fg21sim/webui/templates')
-rw-r--r--fg21sim/webui/templates/products.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/webui/templates/products.html b/fg21sim/webui/templates/products.html
index a883565..6ef7e1f 100644
--- a/fg21sim/webui/templates/products.html
+++ b/fg21sim/webui/templates/products.html
@@ -28,8 +28,8 @@
{% if from_localhost %}
<div class="row">
<div class="column form-group">
- <label for="products-ds9">DS9 Executable Path:</label>
- <input class="form-control code" type="text" id="products-ds9" value="ds9" />
+ <label for="products-fitsviewer">FITS Viewer Path:</label>
+ <input class="form-control code" type="text" id="products-fitsviewer" value="ds9" />
</div>
</div>
{% end %}