Added back reference associations for result; added table of results to test view
This commit is contained in:
@ -10,5 +10,8 @@ type Hardware struct {
|
||||
Type string
|
||||
|
||||
// has many tests
|
||||
Tests[] Test
|
||||
Tests []Test
|
||||
|
||||
// has many results
|
||||
Results []Result
|
||||
}
|
||||
|
Reference in New Issue
Block a user