Skip to content
Snippets Groups Projects
Commit 8c831e14 authored by ddamiron's avatar ddamiron
Browse files

hotfix reset button

parent 511b86f0
No related branches found
No related tags found
2 merge requests!11New updated datalog,!14Version 1.3.0
...@@ -146,8 +146,9 @@ ...@@ -146,8 +146,9 @@
</app-paginator> </app-paginator>
</div> </div>
<div class="column is-1 is-vcentered"> <div class="column is-1 is-vcentered">
<a class="button button-gl is-left" (click)="getAllSessionsInfo(this.childNbSessions, 1)"> <a class="button button-gl is-left" (click)="getAllSessionsInfo('_id.slug', -1,
'latest.completionDate', 1, this.childNbSessions, 1)">
<p class="bold-white">Reset</p> <p class="bold-white">Reset</p>
</a> </a>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -140,7 +140,8 @@ ...@@ -140,7 +140,8 @@
</app-paginator> </app-paginator>
</div> </div>
<div class="column is-1 is-vcentered"> <div class="column is-1 is-vcentered">
<a class="button button-gl is-left" (click)="getAllInfoForAllSlugs(childNbSlugs, 1);"> <a class="button button-gl is-left" (click)="getAllInfoForAllSlugs('_id.slug', -1,
'latest.completionDate', 1, this.childNbSlugs, 1);">
<p class="bold-white">Reset</p> <p class="bold-white">Reset</p>
</a> </a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment