diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-08-06 09:10:42 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-08-06 09:10:42 +0200 |
commit | 7e91c6a59858325593093c046c213c6bd4e7e4f3 (patch) | |
tree | 0a5765a048fd3910caf2fc396d113ef2ef5ea753 /gui/templates/predistortion.html | |
parent | 08705c0399240f984cf54294a369cb3a896e089a (diff) | |
download | dabmod-7e91c6a59858325593093c046c213c6bd4e7e4f3.tar.gz dabmod-7e91c6a59858325593093c046c213c6bd4e7e4f3.tar.bz2 dabmod-7e91c6a59858325593093c046c213c6bd4e7e4f3.zip |
Some GUI changes
Diffstat (limited to 'gui/templates/predistortion.html')
-rw-r--r-- | gui/templates/predistortion.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/templates/predistortion.html b/gui/templates/predistortion.html index 6828f14..ef20a16 100644 --- a/gui/templates/predistortion.html +++ b/gui/templates/predistortion.html @@ -37,6 +37,11 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. <button type="button" class="btn btn-sm btn-info" id="capturebutton">Capture</button> </div> </div> + <div class="panel-body"> + <h3>Status</h3> + <button type="button" class="btn btn-sm btn-info" id="dpdstatusbutton">Update</button> + <div id="dpdstatus"></div> + </div> </div> </div> </div> |