mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
update match scores
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="teamName">{{match.host}}</span></td>
|
||||
<td><span class="teamScore"> {{match.hostScore}} </span></td>
|
||||
<td><span class="teamName">{{match.Host}}</span></td>
|
||||
<td><span class="teamScore"> {{match.HostScore}} </span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="teamName"> {{match.guest}} </span></td>
|
||||
<td><span class="teamScore">{{match.guestScore}}</span></td>
|
||||
<td><span class="teamName"> {{match.Guest}} </span></td>
|
||||
<td><span class="teamScore">{{match.GuestScore}}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="label label-success">{{match.type}}</span>
|
||||
<span class="label label-success">{{match.Type}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<button type="button" class="btn btn-default btn-xs">
|
||||
|
||||
Reference in New Issue
Block a user