aboutsummaryrefslogtreecommitdiffstats
path: root/python/gui/templates
diff options
context:
space:
mode:
Diffstat (limited to 'python/gui/templates')
-rw-r--r--python/gui/templates/predistortion.html6
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>