Skip to content

Commit bfe8aba

Browse files
committed
Update devices_search_admin.html
Show alternative titles in the list of devices in Control Panel
1 parent a45b5c2 commit bfe8aba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

templates/devices/devices_search_admin.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,14 @@ <h3><a href="?view_mode=manage_rooms&location_id=[#LOCATION_ID#]">[#LOCATION_TIT
152152
</div>
153153
[#endif#]
154154
<div class="row">
155-
<div class="col-md-4"><div class="device[#ID#]">[#HTML#]</div><span id="device_type[#ID#]" style="display:none">[#TYPE#]</span></div>
155+
<div class="col-md-4"><div class="device[#ID#]">[#HTML#]</div>
156+
<span id="device_type[#ID#]" style="display:none">[#TYPE#]</span></div>
156157
<div class="col-md-3">
158+
[#if ALT_TITLES!=""#]<div style="color:grey">[#ALT_TITLES#]</div>[#endif#]
157159
[#TYPE_TITLE#]
158160
[#if FAVORITE="1"#]<i class="glyphicon glyphicon-star"></i>[#endif#]
159161
&mdash; <a href="/panel/linkedobject.html?op=redirect&object=[#LINKED_OBJECT#]">[#LINKED_OBJECT#]</a>
162+
160163
</div>
161164
<div class="col-md-2">
162165
[#if LINKED_MODULES#]

0 commit comments

Comments
 (0)