Skip to content

Commit 2fe2412

Browse files
committed
Tweaked the room admin to show additional fields.
- Legacy-Id: 11590
1 parent 402a099 commit 2fe2412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SchedTimeSessAssignment, ResourceAssociation, FloorPlan)
55

66
class RoomAdmin(admin.ModelAdmin):
7-
list_display = ["id", "meeting", "name", "capacity", "x1", "y1", "x2", "y2", ]
7+
list_display = ["id", "meeting", "name", "capacity", "functional_name", "x1", "y1", "x2", "y2", ]
88
list_filter = ["meeting"]
99
ordering = ["-meeting"]
1010

0 commit comments

Comments
 (0)