aboutsummaryrefslogtreecommitdiffstats
path: root/gui/templates
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-08-06 09:10:42 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-08-06 09:10:42 +0200
commit7e91c6a59858325593093c046c213c6bd4e7e4f3 (patch)
tree0a5765a048fd3910caf2fc396d113ef2ef5ea753 /gui/templates
parent08705c0399240f984cf54294a369cb3a896e089a (diff)
downloaddabmod-7e91c6a59858325593093c046c213c6bd4e7e4f3.tar.gz
dabmod-7e91c6a59858325593093c046c213c6bd4e7e4f3.tar.bz2
dabmod-7e91c6a59858325593093c046c213c6bd4e7e4f3.zip
Some GUI changes
Diffstat (limited to 'gui/templates')
-rw-r--r--gui/templates/modulator.html8
-rw-r--r--gui/templates/predistortion.html5
2 files changed, 13 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>
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>