forked from phoenix/litellm-mirror
(ui) fix build command
This commit is contained in:
parent
15e0d3c1d8
commit
d07846646c
7 changed files with 96 additions and 19 deletions
5
enterprise/enterprise_ui/README.md
Normal file
5
enterprise/enterprise_ui/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
## Admin UI
|
||||
|
||||
Customize the Admin UI to your companies branding / logo
|
||||
|
||||
## Usage
|
11
enterprise/enterprise_ui/_enterprise_colors.json
Normal file
11
enterprise/enterprise_ui/_enterprise_colors.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"brand": {
|
||||
"DEFAULT": "teal",
|
||||
"faint": "teal",
|
||||
"muted": "teal",
|
||||
"subtle": "teal",
|
||||
"emphasis": "teal",
|
||||
"inverted": "teal"
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue