diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-22 10:08:21 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-22 10:08:21 +0100 |
commit | 77cfae162dea6195e8869c95db8876bbaf98fad1 (patch) | |
tree | 470a8c3f2f85c04a0c67df64c80c17ccf26533d9 /python/gui/templates/home.html | |
parent | bedf7e60522bb34b19f4a28b8866aea7062c9054 (diff) | |
download | dabmod-77cfae162dea6195e8869c95db8876bbaf98fad1.tar.gz dabmod-77cfae162dea6195e8869c95db8876bbaf98fad1.tar.bz2 dabmod-77cfae162dea6195e8869c95db8876bbaf98fad1.zip |
GUI: Check modulator rate on home screen
Diffstat (limited to 'python/gui/templates/home.html')
-rw-r--r-- | python/gui/templates/home.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/gui/templates/home.html b/python/gui/templates/home.html index bf802d6..0a0713a 100644 --- a/python/gui/templates/home.html +++ b/python/gui/templates/home.html @@ -27,6 +27,10 @@ <p>Checking predistortion <ul> + <li>Sample rate at 4x native rate: + <span id="is_rate_4x" class="glyphicon glyphicon-question-sign"></span> + <span id="is_rate_4x_comment"><span> + </li> <li>DPDCE running: <span id="is_dpdce_running" class="glyphicon glyphicon-question-sign"></span> <span id="is_dpdce_running_comment"><span> |