diff options
Diffstat (limited to 'fg21sim/webui/templates')
-rw-r--r-- | fg21sim/webui/templates/products.html | 4 |
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 %} |