mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-24 02:07:58 +00:00
rename match leauge to type
This commit is contained in:
@@ -15,8 +15,11 @@
|
||||
<td><span class="teamScore">{{match.guestScore}}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<button type="button" class="btn btn-default btn-lg btn-block">
|
||||
<td>
|
||||
<span class="label label-success">{{match.type}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<button type="button" class="btn btn-default btn-xs">
|
||||
Subscribe to feed
|
||||
</button>
|
||||
</td>
|
||||
|
||||
@@ -27,6 +27,6 @@ export interface Match {
|
||||
hostScore: number;
|
||||
guestScore: number;
|
||||
matchDate: Date;
|
||||
league: string;
|
||||
type: string;
|
||||
feeds: any
|
||||
}
|
||||
Reference in New Issue
Block a user