BP 654: added tooltip to planningcomponent
diff --git a/src/app/standby-schedule/components/planninglist/planninglist.component.html b/src/app/standby-schedule/components/planninglist/planninglist.component.html
index c0d018e..2d8c6cf 100644
--- a/src/app/standby-schedule/components/planninglist/planninglist.component.html
+++ b/src/app/standby-schedule/components/planninglist/planninglist.component.html
@@ -131,8 +131,8 @@
           <tr *ngFor="let row of plan?.listPlanRows" [ngClass]="row.style">
             <th scope="row">{{row.label}}</th>
             <td *ngFor="let listGroupBody of row?.listGroupBodies">
-              <div *ngFor="let standby of listGroupBody" class="table-cell" class="pointer">
-                <span (click)="openContextMenu($event, standby)" class="text-nowrap">
+              <div *ngFor="let standby of listGroupBody" class="table-cell" [title]="row.label">
+                <span (click)="openContextMenu($event, standby)" class="text-nowrap pointer">
                   {{(standby.validFrom | date:'HH:mm') +' Uhr - '+ (standby.validTo | date:'HH:mm')+'
                   Uhr'}} {{standby.user.firstname}} {{standby.user.lastname}}
                 </span>