diff --git a/templates/partials/slm_device_list.html b/templates/partials/slm_device_list.html index 117decb..810bd0f 100644 --- a/templates/partials/slm_device_list.html +++ b/templates/partials/slm_device_list.html @@ -2,7 +2,14 @@ {% if units %} {% for unit in units %}
-
+
+
- -
-
-
- {{ unit.id }} - {% if unit.slm_model %} - • {{ unit.slm_model }} - {% endif %} -
- {% if unit.address %} -

{{ unit.address }}

- {% elif unit.location %} -

{{ unit.location }}

+
+
+
+ {{ unit.id }} + {% if unit.slm_model %} + • {{ unit.slm_model }} {% endif %}
- - {% if unit.retired %} - Retired - {% elif not unit.deployed %} - Benched - {% elif unit.measurement_state == "Start" %} - Measuring - {% elif unit.is_recent %} - Active - {% else %} - Idle + {% if unit.address %} +

{{ unit.address }}

+ {% elif unit.location %} +

{{ unit.location }}

{% endif %}
-
diff --git a/templates/sound_level_meters.html b/templates/sound_level_meters.html index 3055db9..360ddbd 100644 --- a/templates/sound_level_meters.html +++ b/templates/sound_level_meters.html @@ -51,13 +51,31 @@