Skip to content

Commit

Permalink
[FIX] align download buttons on upload page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Feb 16, 2024
1 parent 8b95dff commit 8de5301
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ui/src/Upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,27 +199,27 @@

<br />
<el-collapse>
<el-collapse-item title="Debug">
<el-collapse-item title="Debug (Download)">
<ul style="list-style: none; padding-left: 0">
<el-button
style="width: 168px"
type="warning"
size="mini"
@click="downloadFile('preprocess.log')"
>Download preprocess.log</el-button
>preprocess.log</el-button
>
<el-button type="warning" size="mini" @click="downloadFile('preprocess.err')"
>Download preprocess.err</el-button
>preprocess.err</el-button
>
<el-button type="warning" size="mini" @click="downloadFile('dcm2niix_error')"
>Download dcm2niix_error</el-button
>dcm2niix_error</el-button
>
<el-button type="warning" size="mini" @click="downloadFile('pet2bids_error')"
>Download pet2bids_error</el-button
>pet2bids_error</el-button
>
<el-button type="warning" size="mini" @click="downloadFile('list')">Download list</el-button>
<el-button type="warning" size="mini" @click="downloadFile('list')">data list</el-button>
<el-button type="warning" size="mini" @click="downloadFile('ezBIDS_core.json')"
>Download ezBIDS_core.json</el-button
>ezBIDS_core.json</el-button
>
</ul>

Expand Down

0 comments on commit 8de5301

Please sign in to comment.