Merge branch 'main' into dev
# Conflicts: # web/containers/ModelDropdown/index.tsx
This commit is contained in:
commit
eeecf26893
@ -42,7 +42,7 @@ export default function ModelStart() {
|
|||||||
style={{ width: `${loader}%` }}
|
style={{ width: `${loader}%` }}
|
||||||
data-testid="model-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'}
|
{stateModel.state === 'start' ? 'Starting' : 'Stopping'}
|
||||||
model
|
model
|
||||||
{stateModel.model?.id}
|
{stateModel.model?.id}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user