mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2025-08-14 18:58:13 +08:00
fix login token
add attrs in field
This commit is contained in:
@ -94,7 +94,14 @@ def create_app():
|
||||
'value': 'test_bulk',
|
||||
'text': 'TestBulk'
|
||||
}
|
||||
]
|
||||
],
|
||||
attrs={
|
||||
'name': {'cols': 6},
|
||||
'view_num': {'cols': 3},
|
||||
'sort': {'cols': 3},
|
||||
'created_at': {'cols': 6},
|
||||
'categories': {'cols': 6},
|
||||
}
|
||||
),
|
||||
Menu(
|
||||
name='Category',
|
||||
|
Reference in New Issue
Block a user