feat: add Team Auto Registration page with status monitoring, configuration, and control for batch account creation.
This commit is contained in:
@@ -448,10 +448,10 @@ export default function TeamReg() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent className="px-4 pb-4 flex-1 flex flex-col">
|
<CardContent className="px-4 pb-0">
|
||||||
<div
|
<div
|
||||||
ref={logsContainerRef}
|
ref={logsContainerRef}
|
||||||
className="flex-1 min-h-[500px] overflow-y-auto bg-slate-900 rounded-lg p-4 font-mono text-sm"
|
className="h-[500px] overflow-y-auto bg-slate-900 rounded-lg p-4 font-mono text-sm mb-4"
|
||||||
>
|
>
|
||||||
{logs.length === 0 ? (
|
{logs.length === 0 ? (
|
||||||
<div className="flex items-center justify-center h-full text-slate-500">
|
<div className="flex items-center justify-center h-full text-slate-500">
|
||||||
|
|||||||
Reference in New Issue
Block a user