mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-29 16:05:35 +08:00
### What problem does this PR solve? Feat: Add ModelManagement page #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -28,11 +28,11 @@ const TeamManagement = () => {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="min-h-screen text-white p-8 ">
|
||||
<div className="max-w-6xl mx-auto">
|
||||
<div className="p-8 ">
|
||||
<div className=" mx-auto">
|
||||
<div className="flex justify-between items-center mb-8">
|
||||
<h1 className="text-4xl font-bold">Team management</h1>
|
||||
<Button className="hover:bg-[#6B4FD8] text-white bg-colors-background-core-standard">
|
||||
<Button variant={'tertiary'} size={'sm'}>
|
||||
<Plus className="mr-2 h-4 w-4" />
|
||||
Create team
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user