Skip to content

Commit

Permalink
Update devices.html
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed Nov 25, 2019
1 parent 669217a commit 29a7ff9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions templates/zigbee2mqtt/devices.html
Expand Up @@ -122,7 +122,8 @@

<div class="col-md-2">

<select class="form-control" name="group_list_id" onChange="document.frmList_mqtt.submit();" [#if "<#SETTINGS_THEME#>"=="dark"&& ACTION=""#]style="background-color : grey;color:white"[#endif#]>
<select class="form-control" name="group_list_id" onChange="document.frmList_mqtt.submit();" [#if "<#SETTINGS_THEME#>"=="dark" && ACTION=""#]style="background-color : grey;color:white"[#endif#]>
<!-- <select class="form-control" name="group_list_id" onChange="document.frmList_mqtt.submit();" [#if "<#SETTINGS_THEME#>"=="dark1" && ACTION=""#]style="background-color : grey;color:white"[#endif#]> -->
<option value="0">Устройства (Без групп)
<option value="100500"[#if Z2M_ID="100500"#]>Группы (Без устройств)
[#begin GROUP_LISTS#]
Expand Down Expand Up @@ -186,17 +187,15 @@



[#if "<#ACTION#>"=="admin"#]
-[#if "<#ACTION#>"=="admin"|| "<#ACTION#>"==""#]
[#if LOST="1"#] <div class="panel panel-warning"> [#else#]
<div class="panel [#if STATE="1"#]panel-primary[#else#]panel-info[#endif#]">
[#endif#]
[#else#]

[#if "<#SETTINGS_THEME#>"=="dark"#]

[#if LOST="1"#] <div class="panel panel-grey"> [#else#]

<div class="panel [#if STATE="1"#]panel-info[#else#]panel-primary[#endif#]">
[#if LOST="1"#] <div class="panel panel-grey"> [#else#] <div class="panel [#if STATE="1"#]panel-info[#else#]panel-primary[#endif#]">
[#else#]
<div class="panel [#if STATE="1"#]panel-primary[#else#]panel-info[#endif#]">
[#endif#]
Expand Down

0 comments on commit 29a7ff9

Please sign in to comment.