diff --git a/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx b/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx index 32d457f6..4974527b 100644 --- a/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx +++ b/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx @@ -218,7 +218,7 @@ const ApiRegistryTable: React.FC = ({ handleSort('name')} - style={{ cursor: 'pointer', userSelect: 'none', whiteSpace: 'nowrap', width: '30%' }} + style={{ cursor: 'pointer', userSelect: 'none', whiteSpace: 'nowrap', width: '20%' }} > {' '} {String(t('apiRegistry.columns.name'))} @@ -230,7 +230,7 @@ const ApiRegistryTable: React.FC = ({ userSelect: 'none', whiteSpace: 'nowrap', textAlign: 'center', - width: '160px', + width: '200px', }} > {' '} @@ -259,7 +259,7 @@ const ApiRegistryTable: React.FC = ({ {t('apiRegistry.columns.llmIndexStatus') ?? 'LLM Index Status'} - + @@ -355,6 +355,14 @@ const ApiRegistryTable: React.FC = ({ {isTesting ? t('global.loading') : t('apiRegistry.actions.test')} + -