Skip to content

Commit

Permalink
0.8.9
Browse files Browse the repository at this point in the history
Fix visibility of tasmota device list.
  • Loading branch information
jneilliii committed Feb 20, 2020
1 parent ce13d88 commit ce659db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_tasmota/templates/tasmota_settings.jinja2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h4>Tasmota Settings</h4>
<table class="table table-condensed" data-bind='visible: settings.settings.plugins.tasmota.arrSmartplugs().length > 0'>
<table class="table table-condensed">
<thead>
<tr>
<td>{{ _('Plug') }}</td>
Expand Down

0 comments on commit ce659db

Please sign in to comment.