mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Sort rendered config context
This commit is contained in:
@@ -703,7 +703,7 @@ class ConfigContextModel(models.Model):
|
||||
for context in ConfigContext.objects.get_for_object(self):
|
||||
data.update(context.data)
|
||||
|
||||
return data
|
||||
return sorted(data)
|
||||
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user