diff --git a/ui/litellm-dashboard/src/components/model_dashboard/HealthCheckComponent.tsx b/ui/litellm-dashboard/src/components/model_dashboard/HealthCheckComponent.tsx index cb4e949bf8..045a1f10db 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard/HealthCheckComponent.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard/HealthCheckComponent.tsx @@ -470,8 +470,8 @@ const HealthCheckComponent: React.FC = ({ }; return ( -
-
+
+
Model Health Status @@ -505,7 +505,7 @@ const HealthCheckComponent: React.FC = ({
-
+
{ - if (!model.health_loading) { - runIndividualHealthCheck(modelName); - } - }} - > - {model.health_loading ? 'Checking...' : 'Run Check'} -
+ + + ); }, enableSorting: false,