forked from phoenix/litellm-mirror
build(ui): add enterprise cta
This commit is contained in:
parent
4e230f0a2e
commit
01adeda2e4
8 changed files with 106 additions and 30 deletions
|
@ -9918,6 +9918,9 @@ async def alerting_settings(
|
|||
field_value=_slack_alerting_args_dict.get(field_name, None),
|
||||
stored_in_db=_stored_in_db,
|
||||
field_default_value=field_info.default,
|
||||
premium_field=(
|
||||
True if field_name == "region_outage_alert_ttl" else False
|
||||
),
|
||||
)
|
||||
return_val.append(_response_obj)
|
||||
return return_val
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue