diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-12 09:16:25 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-12 09:16:25 +0100 |
commit | fb17763e266d8cea1569d3e51404b3e62835f7f4 (patch) | |
tree | a9b8c3a9beaf6658ae3e64220a88ea8002880028 /python/gui/templates | |
parent | 8ddc109a649899ab6a0b673908186a39c75c8f71 (diff) | |
download | dabmod-fb17763e266d8cea1569d3e51404b3e62835f7f4.tar.gz dabmod-fb17763e266d8cea1569d3e51404b3e62835f7f4.tar.bz2 dabmod-fb17763e266d8cea1569d3e51404b3e62835f7f4.zip |
GUI: Try to get RC params working again
Diffstat (limited to 'python/gui/templates')
-rw-r--r-- | python/gui/templates/predistortion.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/python/gui/templates/predistortion.html b/python/gui/templates/predistortion.html index f9af2f1..16e9879 100644 --- a/python/gui/templates/predistortion.html +++ b/python/gui/templates/predistortion.html @@ -32,10 +32,14 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. <div class="panel-heading">Status and calibration</div> <div class="panel-body"> <div>Current DPDCE status: - <span id="dpdstatus" style="font-weight:bold;">N/A</span> - <div id="dpdprogress" class="progress-bar" role="progressbar" style="width:0%"> - <span id="dpdprogresstext"></span> + <div> + <div id="dpdstatus" style="font-weight:bold;">N/A</div> + <div class="progress"> + <div id="dpdprogress" class="progress-bar" role="progressbar" style="width:0%"> + <span id="dpdprogresstext"></span> + </div> </div> + </div> <div class="well well-sm" id="dpdresults">N/A</div> </div> |