mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-18 15:26:04 +01:00
lint
This commit is contained in:
@@ -5,7 +5,15 @@ from .models import Gateway, User, Config
|
||||
|
||||
class CustomUserAdmin(UserAdmin):
|
||||
fieldsets = UserAdmin.fieldsets + (
|
||||
(None, {'fields': ('custom_connection_gateway', 'custom_connection_gateway_token')}),
|
||||
(
|
||||
None,
|
||||
{
|
||||
"fields": (
|
||||
"custom_connection_gateway",
|
||||
"custom_connection_gateway_token",
|
||||
)
|
||||
},
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user