diff --git a/netbox/account/views.py b/netbox/account/views.py index a2f21b44e..a309232b9 100644 --- a/netbox/account/views.py +++ b/netbox/account/views.py @@ -197,6 +197,7 @@ class ProfileView(LoginRequiredMixin, View): 'changed_object_type' )[:20] changelog_table = ObjectChangeTable(changelog) + changelog_table.orderable = False changelog_table.configure(request) return render(request, self.template_name, { diff --git a/netbox/templates/account/profile.html b/netbox/templates/account/profile.html index 20f8ad537..e513a6e85 100644 --- a/netbox/templates/account/profile.html +++ b/netbox/templates/account/profile.html @@ -65,7 +65,14 @@