Merge pull request #3823 from janhq/chore/sync-main-to-dev-0.5.5

chore: sync main to dev 0.5.6
This commit is contained in:
Louis 2024-10-17 18:26:10 +07:00 committed by GitHub
commit f1ecdc4d5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ export default function ModelStart() {
style={{ width: `${loader}%` }}
data-testid="model-loader"
/>
<span className="relative z-10">
<span className="relative z-10 line-clamp-1 max-w-[300px]">
{stateModel.state === 'start' ? 'Starting' : 'Stopping'}
&nbsp;model&nbsp;
{stateModel.model?.id}