-
Notifications
You must be signed in to change notification settings - Fork 1
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 #1318 from VirtualFlyBrain/debug-sync-0806
sync: debug with debug-sync-0806
- Loading branch information
Showing
45 changed files
with
1,857 additions
and
519 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
34 changes: 34 additions & 0 deletions
34
components/configuration/VFBDownloadContents/configuration.json
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"postURL":"https://zip.virtualflybrain.org/download", | ||
"contentType": "application/json", | ||
"zipName" : "VFB Files.zip", | ||
"options" :{ | ||
"obj": { | ||
"label" : "OBJ", | ||
"tooltip" : "Download OBJ" | ||
}, | ||
"swc": { | ||
"label" : "SWC", | ||
"tooltip" : "Download SWC" | ||
}, | ||
"nrrd": { | ||
"label" : "NRRD", | ||
"tooltip" : "Download NRRD" | ||
}, | ||
"reference": { | ||
"label" : "References", | ||
"tooltip" : "Download References" | ||
} | ||
}, | ||
"text" : { | ||
"title" : "Download Data", | ||
"typesSubtitle" : "Please select the desired types", | ||
"variablesSubtitle" : "Please select Variables:", | ||
"noVariablesSubtitle" : "No loaded variables", | ||
"errorMessage" : "Something went wrong... We were not able to download the data. Please try again.", | ||
"noEntriesFound" : "No entries found for the types and variables selected.", | ||
"cancelButton" : "Cancel", | ||
"downloadButton" : "Download", | ||
"tryAgainButton" : "Try Again" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.