Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	web/containers/ModelDropdown/index.tsx
  • Loading branch information
louis-jan committed Oct 17, 2024
2 parents a2efa35 + 3f6843a commit eeecf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/containers/Loader/ModelStart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit eeecf26

Please sign in to comment.