Fix bug with readmarker
This commit is contained in:
parent
ee890222c5
commit
fc8714b4d4
3 changed files with 5 additions and 5 deletions
|
@ -133,9 +133,9 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-repeat-end ng-if="activeBuffer().lastSeen-1==$index">
|
||||
<tr class="readmarker" ng-repeat-end ng-show="activeBuffer().lastSeen==$index">
|
||||
<td colspan="3">
|
||||
<hr id="readmarker">
|
||||
<hr ng-if="activeBuffer().lastSeen==$index" id="readmarker">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue