diff --git a/netbox/core/tables/change_logging.py b/netbox/core/tables/change_logging.py index 423e459e5..aced0e8a6 100644 --- a/netbox/core/tables/change_logging.py +++ b/netbox/core/tables/change_logging.py @@ -48,6 +48,6 @@ class ObjectChangeTable(NetBoxTable): class Meta(NetBoxTable.Meta): model = ObjectChange fields = ( - 'pk', 'id', 'time', 'user_name', 'full_name', 'action', 'changed_object_type', 'object_repr', 'request_id', + 'pk', 'time', 'user_name', 'full_name', 'action', 'changed_object_type', 'object_repr', 'request_id', 'actions', ) diff --git a/netbox/release.yaml b/netbox/release.yaml index 83bddf615..eb059a4f3 100644 --- a/netbox/release.yaml +++ b/netbox/release.yaml @@ -1,2 +1,3 @@ version: "4.1.0" -designation: "dev" +edition: Community +designation: dev diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index 2f6030f24..162cb33da 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -42,7 +42,8 @@ Blocks: {# User menu (mobile view) #} -