Last change
on this file was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 3 months ago |
split group project and individual project into two separate folders
|
-
Property mode
set to
100644
|
File size:
313 bytes
|
Rev | Line | |
---|
[baf4cc4] | 1 | <div class="flex justify-center items-center w-full h-full">
|
---|
| 2 |
|
---|
| 3 | {{this.routeInstance?.id}}
|
---|
| 4 | {{routeInstance?.driver?.email}}
|
---|
| 5 | <div>
|
---|
| 6 | {{routeInstance?.end}}
|
---|
| 7 | </div>
|
---|
| 8 | <div>
|
---|
| 9 | <button [disabled]="routeInstance?.end" mat-flat-button (click)="endInstance()">
|
---|
| 10 | End instance
|
---|
| 11 | </button>
|
---|
| 12 | </div>
|
---|
| 13 |
|
---|
| 14 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.