mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/zerotier: fixed closing td-tag which messes up the ui
(cherry picked from commit5b44dbbd83) (cherry picked from commitdc2ca325c4)
This commit is contained in:
parent
392cbfd4c0
commit
0d672884cf
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue