diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-22 11:40:26 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-22 11:40:26 +0100 |
commit | 2b3cf8e158901ae7d20dd330c34a14947191606e (patch) | |
tree | 11edf32a55e69a4ec584fde5c5a74486cbb103f3 /python/gui/templates | |
parent | d7a0913ead6724bfd508a5480c7014b2516975ce (diff) | |
download | dabmod-2b3cf8e158901ae7d20dd330c34a14947191606e.tar.gz dabmod-2b3cf8e158901ae7d20dd330c34a14947191606e.tar.bz2 dabmod-2b3cf8e158901ae7d20dd330c34a14947191606e.zip |
GUI: Check for late packets
Diffstat (limited to 'python/gui/templates')
-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 d1c8d02..f89e18f 100644 --- a/python/gui/templates/home.html +++ b/python/gui/templates/home.html @@ -27,6 +27,10 @@ <span id="is_underrunning" class="glyphicon glyphicon-question-sign"></span> <span id="is_underrunning_comment"><span> </li> + <li>Late packets: + <span id="is_late" class="glyphicon glyphicon-question-sign"></span> + <span id="is_late_comment"><span> + </li> </ul> <p>Checking predistortion |