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

Fix rendering for powerfeeds_list to show any added custom fields or tags on object

Signed-off-by: Josh Niec <ironick09@gmail.com>
This commit is contained in:
Josh Niec
2020-02-20 12:03:09 -06:00
parent 584539d0a3
commit b28729baff

View File

@ -121,6 +121,8 @@
</tr>
</table>
</div>
{% include 'inc/custom_fields_panel.html' with obj=powerfeed %}
{% include 'extras/inc/tags_panel.html' with tags=powerfeed.tags.all url='dcim:powerfeed_list' %}
<div class="panel panel-default">
<div class="panel-heading">
<strong>Comments</strong>