Merge pull request #4214 from ironick09/develop
Fix Power Feed page to render Custom Fields and Tags
This commit is contained in:
commit
e76ea2a03c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue