Skip to content

Commit

Permalink
Update SourceOverview.vue
Browse files Browse the repository at this point in the history
moved release listing to top row
  • Loading branch information
fdefalco committed Aug 27, 2024
1 parent b6b12fa commit 290813a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pages/reports/source/SourceOverview/SourceOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
id="network-data-quality-overview"
class="flex flex-col gap-10"
>
<OverviewDisplay />
<div class="flex flex-row gap-5">
<OverviewDisplay class="basis-full"/>
<ReleaseListing class="basis-full"/>
</div>

<div class="flex flex-row gap-5">
<PopulationHistory class="basis-full" />
<DataQualityIssuesHistory class="basis-full" />
</div>
<SourceDataStrand />
<ReleaseListing />
</div>
</template>

Expand Down

0 comments on commit 290813a

Please sign in to comment.