From b52da8caa6adcf4b5efb1ade73ebb376431207dc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 29 May 2026 11:49:46 +0200 Subject: [PATCH] display bbb name --- lib/pdfannotator | 2 +- teleforma/webclass/admin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pdfannotator b/lib/pdfannotator index 70e1f183..1f161760 160000 --- a/lib/pdfannotator +++ b/lib/pdfannotator @@ -1 +1 @@ -Subproject commit 70e1f1833f63cb9105659b431357be580cdfc659 +Subproject commit 1f161760779798d79a9c0c073f15044c2bcc6e46 diff --git a/teleforma/webclass/admin.py b/teleforma/webclass/admin.py index ef0df525..22b8e66b 100644 --- a/teleforma/webclass/admin.py +++ b/teleforma/webclass/admin.py @@ -6,7 +6,7 @@ from teleforma.webclass.models import (BBBServer, Webclass, WebclassRecord, class BBBServerAdmin(admin.ModelAdmin): model = BBBServer - list_display = ('url', 'api_key') + list_display = ('name', 'url', 'api_key') class WebclassSlotInline(admin.StackedInline): model = WebclassSlot -- 2.47.3