Skip to content

Commit

Permalink
Update devices_search_admin.html
Browse files Browse the repository at this point in the history
Show alternative titles in the list of devices in Control Panel
  • Loading branch information
sergejey committed Aug 25, 2022
1 parent a45b5c2 commit bfe8aba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/devices/devices_search_admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,14 @@ <h3><a href="?view_mode=manage_rooms&location_id=[#LOCATION_ID#]">[#LOCATION_TIT
</div>
[#endif#]
<div class="row">
<div class="col-md-4"><div class="device[#ID#]">[#HTML#]</div><span id="device_type[#ID#]" style="display:none">[#TYPE#]</span></div>
<div class="col-md-4"><div class="device[#ID#]">[#HTML#]</div>
<span id="device_type[#ID#]" style="display:none">[#TYPE#]</span></div>
<div class="col-md-3">
[#if ALT_TITLES!=""#]<div style="color:grey">[#ALT_TITLES#]</div>[#endif#]
[#TYPE_TITLE#]
[#if FAVORITE="1"#]<i class="glyphicon glyphicon-star"></i>[#endif#]
&mdash; <a href="/panel/linkedobject.html?op=redirect&object=[#LINKED_OBJECT#]">[#LINKED_OBJECT#]</a>

</div>
<div class="col-md-2">
[#if LINKED_MODULES#]
Expand Down

0 comments on commit bfe8aba

Please sign in to comment.