diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-09-24 20:47:33 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-09-24 20:47:33 +0200 |
commit | 80a92a614d62141beba2c08a0393b736a1f6b0c4 (patch) | |
tree | 62e8ccd44b712bf407708aa8d10fa5f56d240ebb /gui/templates/predistortion.html | |
parent | 5ad01f6415710521173e7a612b32c982847eada4 (diff) | |
download | dabmod-80a92a614d62141beba2c08a0393b736a1f6b0c4.tar.gz dabmod-80a92a614d62141beba2c08a0393b736a1f6b0c4.tar.bz2 dabmod-80a92a614d62141beba2c08a0393b736a1f6b0c4.zip |
Make capture return a json
Diffstat (limited to 'gui/templates/predistortion.html')
-rw-r--r-- | gui/templates/predistortion.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gui/templates/predistortion.html b/gui/templates/predistortion.html index 316c43d..0acaf81 100644 --- a/gui/templates/predistortion.html +++ b/gui/templates/predistortion.html @@ -31,11 +31,12 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. <div class="panel panel-default"> <div class="panel-body"> <h3>Capture</h3> - <div class="form-group"> - <label for="capturestatus">Capture status:</label> - <input type="text" class="form-control" id="capturestatus"> - <button type="button" class="btn btn-sm btn-info" id="capturebutton">Capture</button> - </div> + <div>Number of samples captured: <span id="capturelength">None</span></div> + + <div><span class="glyphicons glyphicons-question-sign"></span>On pressing this button, + the DPDCE will trigger a capture and a quick data + analysis, without updating any DPD models.</div> + <button type="button" class="btn btn-sm btn-info" id="capturebutton">Capture</button> </div> <div class="panel-body"> <h3>Status</h3> |