mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06:00
Sort rendered config context
This commit is contained in:
parent
65dd7a5938
commit
1edc73179a
@ -703,7 +703,7 @@ class ConfigContextModel(models.Model):
|
|||||||
for context in ConfigContext.objects.get_for_object(self):
|
for context in ConfigContext.objects.get_for_object(self):
|
||||||
data.update(context.data)
|
data.update(context.data)
|
||||||
|
|
||||||
return data
|
return sorted(data)
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user