Skip to content

Commit

Permalink
0.9.18
Browse files Browse the repository at this point in the history
Fix missing add button when all plugs are deleted.
  • Loading branch information
jneilliii authored Feb 10, 2020
1 parent 161e4d0 commit b2448f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h4>TP-Link Smartplug Settings</h4>
<table class="table table-condensed" data-bind='visible: settings.settings.plugins.tplinksmartplug.arrSmartplugs().length > 0'>
<table class="table table-condensed">
<thead>
<tr>
<td>{{ _('Plug') }}</td>
Expand Down Expand Up @@ -167,4 +167,4 @@
<div class="modal-footer">
<a href="#" class="btn" data-dismiss="modal" aria-hidden="true">{{ _('Close') }}</a>
</div>
</div>
</div>

0 comments on commit b2448f3

Please sign in to comment.