From: Guillaume Pellerin Date: Fri, 29 May 2026 09:49:46 +0000 (+0200) Subject: display bbb name X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b52da8caa6adcf4b5efb1ade73ebb376431207dc;p=teleforma.git display bbb name --- 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