From e62d8e9bc9945ad8ab78a484ff30430baef0f374 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 4 May 2024 21:24:07 -0700 Subject: [PATCH] stash ui changes --- .../src/components/model_dashboard.tsx | 22 ++++++++----------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index 722f2f8b4..9b8b3c345 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -1248,23 +1248,19 @@ const handleEditSubmit = async (formValues: Record) => { ))} - + Retry Policy for {selectedModelGroup} - { - retry_policy_map && Object.keys(retry_policy_map).map((key, idx) => ( -
- - {key} - + How many retries should be attempted based on the Exception + {retry_policy_map && + Object.keys(retry_policy_map).map((key, idx) => ( +
+ {key} + +
+ ))} -
- -
- )) - } -