mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 12:39:28 +00:00
Populate dashboard screen with real data
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{{#each recentTests}}
|
||||
{{> dashboardTest
|
||||
id=id
|
||||
name=name
|
||||
name=template.name
|
||||
date=date
|
||||
}}
|
||||
{{/each}}
|
||||
@@ -31,7 +31,7 @@
|
||||
{{#each upcomingTests}}
|
||||
{{> dashboardTest
|
||||
id=id
|
||||
name=name
|
||||
name=template.name
|
||||
date=date
|
||||
}}
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user