Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
doudz committed Feb 24, 2020
1 parent 1c8118a commit a99fa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigate/adminpanel/views/device.tpl
Original file line number Diff line number Diff line change
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

0 comments on commit a99fa12

Please sign in to comment.