Skip to content
Snippets Groups Projects
Commit bae5ebec authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

dashboard

parent 6a05d5f5
No related branches found
No related tags found
2 merge requests!993Draft: Notif,!983feat(dashboard) : create dashboard !
......@@ -89,7 +89,7 @@
<!-- En cours table -->
<app-orientations-table
*ngIf="orientationsDashboard?.myOrientations.inProgress.length > 0"
[type]="'myOrientations'"
[from]="'myOrientations'"
[orientations]="orientationsDashboard?.myOrientations.inProgress"
/>
<!-- If there is no results -->
......@@ -122,7 +122,7 @@
<!-- Terminé table -->
<app-orientations-table
*ngIf="orientationsDashboard?.myOrientations.history.length > 0"
[type]="'myOrientations'"
[from]="'myOrientations'"
[orientations]="orientationsDashboard?.myOrientations.history"
/>
<!-- If there is no results -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment