Skip to content

Commit

Permalink
Update devices.html
Browse files Browse the repository at this point in the history
  • Loading branch information
directman66 committed Jun 10, 2019
1 parent 714bdb7 commit 2be9328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/zigbee2mqtt/devices.html
Expand Up @@ -264,8 +264,9 @@
[#endif#] [#endif#]


<li class="divider"></li> <li class="divider"></li>
<li><a href="?view_mode=delete_dev_z2m&id=[#DEVID#]&ieee=[#IEEEADDR#]&location=<#LOCATION_ID#>&type_id=<#ZIGBEE2MQTTDEV#>&vendor_id=<#VENDOR#>" onClick="return confirm('Are you sure? Please confirm.')" style="color: #a94442;"><span class="glyphicon glyphicon-trash"></span>Исключить из сети zigbee и удалить из Majordomo</a></li>
<li><a href="?view_mode=delete_dev&id=[#DEVID#]&location=<#LOCATION_ID#>&type_id=<#ZIGBEE2MQTTDEV#>&vendor_id=<#VENDOR#>" onClick="return confirm('Are you sure? Please confirm.')" style="color: #a94442;"><span class="glyphicon glyphicon-trash"></span>Удалить из Majordomo</a></li> <li><a href="?view_mode=delete_dev&id=[#DEVID#]&location=<#LOCATION_ID#>&type_id=<#ZIGBEE2MQTTDEV#>&vendor_id=<#VENDOR#>" onClick="return confirm('Are you sure? Please confirm.')" style="color: #a94442;"><span class="glyphicon glyphicon-trash"></span>Удалить из Majordomo</a></li>
<li><a href="?view_mode=delete_dev_z2m&id=[#DEVID#]&ieee=[#IEEEADDR#]&location=<#LOCATION_ID#>&type_id=<#ZIGBEE2MQTTDEV#>&vendor_id=<#VENDOR#>" onClick="return confirm('Are you sure? Please confirm.')" style="color: #a94442;"><span class="glyphicon glyphicon-trash"></span>Исключить из сети zigbee</a></li> <li><a href="?view_mode=delete_dev_z2m_only&id=[#DEVID#]&ieee=[#IEEEADDR#]&location=<#LOCATION_ID#>&type_id=<#ZIGBEE2MQTTDEV#>&vendor_id=<#VENDOR#>" onClick="return confirm('Are you sure? Please confirm.')" style="color: #a94442;"><span class="glyphicon glyphicon-trash"></span>Исключить из сети zigbee</a></li>
</ul> </ul>
</div> </div>
<h3 class="panel-title" [#if LOST#]style="color:lightgray;"[#endif#]>[#TITLE#] <h3 class="panel-title" [#if LOST#]style="color:lightgray;"[#endif#]>[#TITLE#]
Expand Down

0 comments on commit 2be9328

Please sign in to comment.