Merge branch 'main' into dev

# Conflicts:
#	web/containers/ModelDropdown/index.tsx
This commit is contained in:
Louis 2024-10-17 10:42:20 +07:00
commit eeecf26893
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

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}