Add match list tab
So the user can easily see what teams are playing in what matches
Signed-off-by: Ravago Jones <ravagojones@gmail.com>
Change-Id: Ie5efefbc890d02e8aec6b991dbc5b10249f41370
diff --git a/scouting/www/entry/entry.ng.html b/scouting/www/entry/entry.ng.html
index a39db40..5849f3b 100644
--- a/scouting/www/entry/entry.ng.html
+++ b/scouting/www/entry/entry.ng.html
@@ -193,14 +193,16 @@
<span class="error_message">{{ errorMessage }}</span>
- <div class="buttons">
- <button class="btn btn-primary" (click)="prevSection()">Back</button>
+ <div class="buttons justify-content-end">
<button class="btn btn-primary" (click)="nextSection()">Submit</button>
</div>
</div>
<div *ngSwitchCase="'Success'" id="success" class="container-fluid">
- <h4>Success</h4>
- <div>Please reload the page to submit more data.</div>
+ <span>Successfully submitted scouting data.</span>
+ <div class="buttons justify-content-end">
+ <button class="btn btn-primary" (click)="nextSection()">Continue</button>
+ </div>
+
</div>
</ng-container>