Prevent the table cell from rendering empty for interface.label

Co-authored-by: Jeremy Stretch <jeremy.stretch@networktocode.com>
This commit is contained in:
Jonathan Senecal 2020-06-10 14:59:23 -04:00 committed by GitHub
parent 5cdaaed311
commit f041c762ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@
</tr>
<tr>
<td>Label</td>
<td>{{ interface.label }}</td>
<td>{{ interface.label|placeholder }}</td>
</tr>
<tr>
<td>Type</td>