diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-12 08:37:20 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-12 08:37:20 +0100 |
commit | 8ddc109a649899ab6a0b673908186a39c75c8f71 (patch) | |
tree | 72f77cb95387513f6d3d982c9dc2ef77829bebae /python/gui/templates/predistortion.html | |
parent | 5d825e7586814d47f29d3b4324effb36c6acd9ed (diff) | |
download | dabmod-8ddc109a649899ab6a0b673908186a39c75c8f71.tar.gz dabmod-8ddc109a649899ab6a0b673908186a39c75c8f71.tar.bz2 dabmod-8ddc109a649899ab6a0b673908186a39c75c8f71.zip |
GUI: add progress bar
Diffstat (limited to 'python/gui/templates/predistortion.html')
-rw-r--r-- | python/gui/templates/predistortion.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python/gui/templates/predistortion.html b/python/gui/templates/predistortion.html index cc5ecb0..f9af2f1 100644 --- a/python/gui/templates/predistortion.html +++ b/python/gui/templates/predistortion.html @@ -31,7 +31,11 @@ along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. <div class="panel panel-default"> <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>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 class="well well-sm" id="dpdresults">N/A</div> </div> |