bugfix mqtt_root not displaying
This commit is contained in:
parent
4fc86bce64
commit
dafd952a05
|
@ -38,7 +38,7 @@
|
||||||
{% if device.type == 'RelayDevice' %}
|
{% if device.type == 'RelayDevice' %}
|
||||||
<div class="ip_address editable"><span class="field_value">{{ device.ip_address }}</span>{% if not device.locked %}<span class="edit font-awesome" onclick="edit_field(this.parentElement)"></span>{% endif %}</div>
|
<div class="ip_address editable"><span class="field_value">{{ device.ip_address }}</span>{% if not device.locked %}<span class="edit font-awesome" onclick="edit_field(this.parentElement)"></span>{% endif %}</div>
|
||||||
{% elif device.type == 'LightStrip' %}
|
{% elif device.type == 'LightStrip' %}
|
||||||
<div class="mqtt_root editable"><span class="field_value">{{ device.ip_address }}</span>{% if not device.locked %}<span class="edit font-awesome" onclick="edit_field(this.parentElement)"></span>{% endif %}</div>
|
<div class="mqtt_root editable"><span class="field_value">{{ device.mqtt_root }}</span>{% if not device.locked %}<span class="edit font-awesome" onclick="edit_field(this.parentElement)"></span>{% endif %}</div>
|
||||||
<div class="light_controls">
|
<div class="light_controls">
|
||||||
<div class="state">
|
<div class="state">
|
||||||
<span>State</span><br>
|
<span>State</span><br>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user