Skip to content

Commit

Permalink
v0.38.8
Browse files Browse the repository at this point in the history
  • Loading branch information
doudz committed Feb 24, 2020
2 parents b65fc82 + 28d7479 commit f9bce15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zigate/adminpanel/views/device.tpl
Expand Up @@ -4,7 +4,7 @@
<a class="pure-button" href="{{get_url('api_discover', addr=device.addr)}}">Discover</a>
<a class="pure-button" href="{{get_url('api_refresh', addr=device.addr)}}">Refresh</a>
<a class="pure-button" href="{{get_url('api_remove', addr=device.addr)}}">Remove</a>
<a class="pure-button" href="{{get_url('api_remove', addr=device.addr)}}?force=true">Delete</a>
<a class="pure-button" href="{{get_url('api_remove', addr=device.addr, force='true')}}">Delete</a>
<h3>Info :</h3>
<table class="pure-table pure-table-bordered">
% for k, v in device.info.items():
Expand Down
2 changes: 1 addition & 1 deletion zigate/version.py
Expand Up @@ -6,4 +6,4 @@
#


__version__ = '0.38.7'
__version__ = '0.38.8'

0 comments on commit f9bce15

Please sign in to comment.