Fix the colspan for go-neb and the IRC bridge tables

This commit is contained in:
Travis Ralston 2018-03-31 22:10:28 -06:00
parent a1210761eb
commit b47693561f
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
</thead>
<tbody>
<tr *ngIf="!bridges || bridges.length === 0">
<td colspan="2"><i>No bridges.</i></td>
<td colspan="3"><i>No bridges.</i></td>
</tr>
<tr *ngFor="let bridge of bridges trackById">
<td>{{ bridge.displayName }}</td>

View file

@ -19,7 +19,7 @@
</thead>
<tbody>
<tr *ngIf="!configurations || configurations.length === 0">
<td colspan="2"><i>No go-neb configurations.</i></td>
<td colspan="3"><i>No go-neb configurations.</i></td>
</tr>
<tr *ngFor="let neb of configurations trackById">
<td>