We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9777d3 commit 60cc009Copy full SHA for 60cc009
netbox/extras/ui/panels.py
@@ -15,7 +15,7 @@ class CustomFieldsPanel(panels.ObjectPanel):
15
"""
16
Render a panel showing the value of all custom fields defined on the object.
17
18
- template_name = 'ui/panels/custom_fields.html'
+ template_name = 'extras/panels/custom_fields.html'
19
title = _('Custom Fields')
20
21
def get_context(self, context):
@@ -57,7 +57,7 @@ class TagsPanel(panels.ObjectPanel):
57
58
Render a panel showing the tags assigned to the object.
59
60
- template_name = 'ui/panels/tags.html'
+ template_name = 'extras/panels/tags.html'
61
title = _('Tags')
62
63
netbox/templates/ui/panels/custom_fields.html renamed to netbox/templates/extras/panels/custom_fields.html
netbox/templates/ui/panels/tags.html renamed to netbox/templates/extras/panels/tags.html
0 commit comments