Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Oct 3, 2024
1 parent e1d8541 commit ee8a715
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/components/Widget/WidgetDiskUsage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
<phosphor-icon name="circle-notch" spin size="2em" />
</div>
</template>
<widget-barometer-disk-usage v-b-modal.modal-disk-usage-details clickable class="widget widget--disk-usage" :size="size" />
<widget-barometer-disk-usage
v-b-modal.modal-disk-usage-details
clickable
class="widget widget--disk-usage"
:size="size"
/>
</v-wait>
<b-modal id="modal-disk-usage-details" lazy scrollable hide-header hide-footer size="lg">
<path-tree v-model:path="path" :projects="[project]" elasticsearch-only />
Expand Down
2 changes: 1 addition & 1 deletion src/views/ProjectViewOverview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const pinned = computed({
<div class="project-view-overview">
<page-container fluid>
<div class="bg-tertiary-subtle rounded-1 p-4">
<project-jumbotron :project="project" v-model:pinned="pinned" />
<project-jumbotron v-model:pinned="pinned" :project="project" />
<search-bar class="my-4 py-3 mx-3" size="lg" :indices="indices" hide-field-dropdown hide-projects-dropdown />
<tab-group-navigation class="mx-3">
<tab-group-navigation-entry icon="chart-bar" :to="{ name: 'project.view.overview.insights' }">
Expand Down

0 comments on commit ee8a715

Please sign in to comment.