feat: adds hover hint to matrix view

This commit is contained in:
2023-01-13 13:33:49 +01:00
parent 5d72fb9cbf
commit 9521cae1dc

View File

@@ -10,7 +10,9 @@
<table> <table>
<thead> <thead>
<tr> <tr>
<th></th> <th style="vertical-align: bottom;">
Hover over a contact or click on it to see more info about the following
</th>
<th *ngFor="let list of lists$ | async" class="list-title"> <th *ngFor="let list of lists$ | async" class="list-title">
{{list.title}} {{list.title}}
</th> </th>