mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Sort rendered config context
This commit is contained in:
parent
9e7ee4b28b
commit
ddae62905d
@ -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