-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from brainlife/enh/misc_changes
[ENH] miscellaneous small changes and minor fixes
- Loading branch information
Showing
6 changed files
with
93 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,7 +149,8 @@ | |
|
||
<div v-if="session.status == 'failed'"> | ||
<el-alert type="error" | ||
>ezBIDS failed.. Please check the Debug logs and contact ezBIDS team ([email protected]).</el-alert | ||
>ezBIDS failed.. Please check the Debug logs and contact the ezBIDS team | ||
([email protected]).</el-alert | ||
> | ||
<br /> | ||
<pre class="status">{{ session.status_msg }}</pre> | ||
|
@@ -190,7 +191,7 @@ | |
<div v-if="!ezbids.notLoaded && !ezbids.objects.length"> | ||
<el-alert type="error" | ||
>We couldn't find any objects. Please upload data that contains at least 1 object. Contact the | ||
ezBIDS team ([email protected]) or https://github.com/brainlife/ezbids/issues for | ||
ezBIDS team ([email protected] or https://github.com/brainlife/ezbids/issues) for | ||
support</el-alert | ||
> | ||
</div> | ||
|
@@ -213,6 +214,9 @@ | |
<el-button type="warning" size="mini" @click="downloadFile('dcm2niix_error')" | ||
>Download dcm2niix_error</el-button | ||
> | ||
<el-button type="warning" size="mini" @click="downloadFile('pet2bids_error')" | ||
>Download 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('ezBIDS_core.json')" | ||
>Download ezBIDS_core.json</el-button | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters