Skip to content

Commit 57e9a5d

Browse files
committed
[chores] Show main group info in DeviceGroupAdmin list
1 parent 7404c1a commit 57e9a5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openwisp_controller/config/admin.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,12 @@ class Meta(BaseForm.Meta):
792792

793793
class DeviceGroupAdmin(MultitenantAdminMixin, BaseAdmin):
794794
form = DeviceGroupForm
795+
list_display = [
796+
'name',
797+
'organization',
798+
'created',
799+
'modified',
800+
]
795801
fields = [
796802
'name',
797803
'organization',

0 commit comments

Comments
 (0)