1
0
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:
2022-02-25 16:30:21 +00:00
parent 8063cad2f4
commit 32c83cd308
2 changed files with 24 additions and 43 deletions

View File

@@ -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}}