This PR adds a simple view that shows each Experiment in a paginated table. This can be easily adapted for samples as well. The "Number of Samples" column does not currently exist, as the Experiments view would have to iterate over every sample in the db to count them, as Experiments don't have the Sample information on them.
The experiment-detail view is also added to view the details of a single experiment.
Additionally, a label for the SamplesForm was fixed.
This PR adds a simple view that shows each
Experiment
in a paginated table. This can be easily adapted for samples as well. The "Number of Samples" column does not currently exist, as the Experiments view would have to iterate over every sample in the db to count them, as Experiments don't have the Sample information on them.The
experiment-detail
view is also added to view the details of a single experiment.Additionally, a label for the
SamplesForm
was fixed.