net/zerotier: fixed closing td-tag which messes up the ui

(cherry picked from commit 5b44dbbd83)
(cherry picked from commit dc2ca325c4)
This commit is contained in:
Christoph Engelbert 2018-10-09 08:43:07 +02:00 committed by Franco Fichtner
parent 392cbfd4c0
commit 0d672884cf
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
PLUGIN_NAME= zerotier
PLUGIN_VERSION= 1.3.2
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Virtual Networks That Just Work
PLUGIN_DEPENDS= zerotier
PLUGIN_MAINTAINER= dharrigan@gmail.com

View file

@ -262,7 +262,7 @@ POSSIBILITY OF SUCH DAMAGE.
{% if path["linkQuality"] is defined %}
{{ path["linkQuality"] | e }}
{% endif %}
<td>
</td>
<td>{{ path["preferred"] | e }}</td>
<td>{{ path["trustedPathId"] | e }}</td>
</tr>