Skip to content

Commit

Permalink
Merge pull request #1343 from DSD-DBS/align-project-in-monitoring
Browse files Browse the repository at this point in the history
fix: Align projects title in monitoring overview
  • Loading branch information
MoritzWeber0 authored Feb 15, 2024
2 parents f1b15df + 78d3a68 commit 624d3c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 class="!mb-[10px] text-xl font-medium">Projects Monitoring</h2>
<div
class="project-card collab-card !mb-[15px] !ml-[10px] rounded-md shadow-md"
>
<b class="px-1">Project</b> <br />
<b>Project</b><br />
<a
target="_blank"
[href]="'project/' + projectStatus.project_slug"
Expand All @@ -87,7 +87,7 @@ <h2 class="!mb-[10px] text-xl font-medium">Models monitoring</h2>

<div class="flex flex-wrap items-stretch gap-5">
<div *ngIf="toolmodelStatuses === undefined">
Loading the monitoring overview can take up a minute.
Loading the monitoring overview can take up to one minute.
<br />
<ngx-skeleton-loader
count="7"
Expand Down

0 comments on commit 624d3c1

Please sign in to comment.