소스 검색

Merge pull request #4214 from ironick09/develop

Fix Power Feed page to render Custom Fields and Tags
Jeremy Stretch 6 년 전
부모
커밋
e76ea2a03c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      netbox/templates/dcim/powerfeed.html

+ 2 - 0
netbox/templates/dcim/powerfeed.html

@@ -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>