Skip to content

Commit

Permalink
[chores] Show main group info in DeviceGroupAdmin list
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 9, 2022
1 parent 7404c1a commit 57e9a5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openwisp_controller/config/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,12 @@ class Meta(BaseForm.Meta):

class DeviceGroupAdmin(MultitenantAdminMixin, BaseAdmin):
form = DeviceGroupForm
list_display = [
'name',
'organization',
'created',
'modified',
]
fields = [
'name',
'organization',
Expand Down

0 comments on commit 57e9a5d

Please sign in to comment.