1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #5478: Fix display of route target description

This commit is contained in:
Jeremy Stretch
2020-12-16 10:38:09 -05:00
parent 4ce7dfa55e
commit 577c86fb80
2 changed files with 2 additions and 1 deletions

View File

@@ -78,7 +78,7 @@
</tr>
<tr>
<td>Description</td>
<td>{{ vrf.description|placeholder }}</td>
<td>{{ object.description|placeholder }}</td>
</tr>
</table>
</div>