diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-22 11:50:01 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-22 11:50:01 +0100 |
commit | e352ec38c20d626a4359c684abea23ef92a41470 (patch) | |
tree | 59185f882acd8e2217b6651adcfbfd3240769b73 /python/gui/templates | |
parent | 2b3cf8e158901ae7d20dd330c34a14947191606e (diff) | |
download | dabmod-e352ec38c20d626a4359c684abea23ef92a41470.tar.gz dabmod-e352ec38c20d626a4359c684abea23ef92a41470.tar.bz2 dabmod-e352ec38c20d626a4359c684abea23ef92a41470.zip |
GUI: Check GPSDO status
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 f89e18f..398df37 100644 --- a/python/gui/templates/home.html +++ b/python/gui/templates/home.html @@ -23,6 +23,10 @@ <span id="is_modulating" class="glyphicon glyphicon-question-sign"></span> <span id="is_modulating_comment"><span> </li> + <li>GPSDO status: + <span id="is_gpsdo_ok" class="glyphicon glyphicon-question-sign"></span> + <span id="is_gpsdo_ok_comment"><span> + </li> <li>Underruns: <span id="is_underrunning" class="glyphicon glyphicon-question-sign"></span> <span id="is_underrunning_comment"><span> |