-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removing log statement * Creating prototype hdf5 browser for parameter space wizard * Update HDF5 browser to query user-entered path * Formatting user-entered path for web service call, and changing mime-type based on HDF5 group/dataset * Fixing double clicking and path appending bug in HDF5 browser * Formatting fix * Fixing bug to browse up a directory on button click * Removing unnecessary log * Removing "save project data" checkbox from HDF5 browser tab * Removing blank space at bottom of HDF5 browser tab * Adding visible 'HDF5 Browser' tab identifier when HDF5 filetype is selected * Removing unnecessary filetype selector from HDF5 browser * Creating new html template for hdf5 browser and removing unnecessary hostname labels * Adding HDF5 browser for input/output, and storing table paths in model Adding one HDF5 browser for input table, one HDF5 browser for output table, and storing the paths to those two tables in the couch model doc. These paths will then be used to retrieve those input/output tables, and combine them to make the model. * Fixing HDF5 pathing in react HDF5 browser * Creating web service that combines input and output tables for model creation * Enabling continue button coloring in HDF5 table selection * Adding model naming tab for hdf5 model creation * Fixing highlighting in hdf5 table selection and indexing error in input/output column header * Adding separate tab titles for input/output selection * Addressing PR comments
- Loading branch information
Showing
9 changed files
with
839 additions
and
52 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
Oops, something went wrong.