diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-11-28 15:14:45 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-11-28 15:14:45 +0100 |
commit | d952405886dab44f12c1de53b57912b34320c7c8 (patch) | |
tree | 370b2dfea6f07a388ff78a5792ad63d2c155a7e3 /gui/templates/predistortion.html | |
parent | 8b42d3115db2ecec9031c5d1421463b0191e055c (diff) | |
download | dabmod-d952405886dab44f12c1de53b57912b34320c7c8.tar.gz dabmod-d952405886dab44f12c1de53b57912b34320c7c8.tar.bz2 dabmod-d952405886dab44f12c1de53b57912b34320c7c8.zip |
Get calibration to show nice numbers on web page
Diffstat (limited to 'gui/templates/predistortion.html')
-rw-r--r-- | gui/templates/predistortion.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/templates/predistortion.html b/gui/templates/predistortion.html index 139d982..398b4b7 100644 --- a/gui/templates/predistortion.html +++ b/gui/templates/predistortion.html @@ -36,6 +36,8 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. parameters are invalidated!</div> <button type="button" class="btn btn-sm btn-info" id="calibratebtn"> Calibrate</button> + <button type="button" class="btn btn-sm btn-info" id="calibraterefreshbtn"> + Refresh results</button> <div>Calibration results:<span id="calibrationresults">N/A<span></div> </div> </div> |