mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-14 04:19:36 -06:00
Move templates for extras panels
This commit is contained in:
parent
e9777d3193
commit
60cc009d6b
@ -15,7 +15,7 @@ class CustomFieldsPanel(panels.ObjectPanel):
|
|||||||
"""
|
"""
|
||||||
Render a panel showing the value of all custom fields defined on the object.
|
Render a panel showing the value of all custom fields defined on the object.
|
||||||
"""
|
"""
|
||||||
template_name = 'ui/panels/custom_fields.html'
|
template_name = 'extras/panels/custom_fields.html'
|
||||||
title = _('Custom Fields')
|
title = _('Custom Fields')
|
||||||
|
|
||||||
def get_context(self, context):
|
def get_context(self, context):
|
||||||
@ -57,7 +57,7 @@ class TagsPanel(panels.ObjectPanel):
|
|||||||
"""
|
"""
|
||||||
Render a panel showing the tags assigned to the object.
|
Render a panel showing the tags assigned to the object.
|
||||||
"""
|
"""
|
||||||
template_name = 'ui/panels/tags.html'
|
template_name = 'extras/panels/tags.html'
|
||||||
title = _('Tags')
|
title = _('Tags')
|
||||||
|
|
||||||
def get_context(self, context):
|
def get_context(self, context):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user