Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Aug 10, 2023
1 parent aca9fe5 commit e9b8053
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion samplesheets/vueapp/src/components/Overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
<dt class="col-md-3">iRODS Repository</dt>
<dd class="col-md-9">
<span v-if="sodarContext.irods_status">
<IrodsStatsBadge :projectUuid="sodarContext.project_uuid" :irodsStatus="sodarContext.irods_status" :irodsPath="sodarContext.irods_path" />
<IrodsStatsBadge
:projectUuid="sodarContext.project_uuid"
:irodsStatus="sodarContext.irods_status"
:irodsPath="sodarContext.irods_path"
/>
</span>
<span v-else class="badge badge-pill badge-danger">
Not Created
Expand Down

0 comments on commit e9b8053

Please sign in to comment.