diff --git a/templates/partials/slm_live_view.html b/templates/partials/slm_live_view.html index 231b835..d10264d 100644 --- a/templates/partials/slm_live_view.html +++ b/templates/partials/slm_live_view.html @@ -74,19 +74,28 @@ Reset - + + -
+
-

Lp (Current)

+

Lp (Instant)

{% if current_status and current_status.lp %}{{ current_status.lp }}{% else %}--{% endif %}

@@ -102,7 +111,7 @@
-

Lmax (Peak)

+

Lmax (Max)

{% if current_status and current_status.lmax %}{{ current_status.lmax }}{% else %}--{% endif %}

@@ -110,16 +119,24 @@
-

Lmin

+

Lmin (Min)

{% if current_status and current_status.lmin %}{{ current_status.lmin }}{% else %}--{% endif %}

dB

+ +
+

Lpeak (Peak)

+

+ {% if current_status and current_status.lpeak %}{{ current_status.lpeak }}{% else %}--{% endif %} +

+

dB

+
-
+
@@ -156,20 +173,45 @@