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:
commit
f1ecdc4d5a
@ -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'}
|
||||
model
|
||||
{stateModel.model?.id}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user