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/modulator.html | |
parent | 08705c0399240f984cf54294a369cb3a896e089a (diff) | |
download | dabmod-7e91c6a59858325593093c046c213c6bd4e7e4f3.tar.gz dabmod-7e91c6a59858325593093c046c213c6bd4e7e4f3.tar.bz2 dabmod-7e91c6a59858325593093c046c213c6bd4e7e4f3.zip |
Some GUI changes
Diffstat (limited to 'gui/templates/modulator.html')
-rw-r--r-- | gui/templates/modulator.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/templates/modulator.html b/gui/templates/modulator.html index 2cd5765..07e7a82 100644 --- a/gui/templates/modulator.html +++ b/gui/templates/modulator.html @@ -30,6 +30,14 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. <div class="panel-group"> <div class="panel panel-default"> <div class="panel-body"> + <h3>Gain</h3> + <div class="form-group"> + <label for="digitalgain">Digital Gain:</label> + <input type="text" class="form-control" id="digitalgain"> + <button type="button" class="btn btn-sm btn-info" id="setdigitalgain">Set</button> + </div> + </div> + <div class="panel-body"> <h3>OFDM Windowing</h3> <div class="form-group"> <label for="windowlength">Window length:</label> |