frontend: update room link tooltip and router link in recording detail component
This commit is contained in:
parent
41438e20fa
commit
99b9f56959
@ -110,8 +110,8 @@
|
||||
<p class="stat-label">Room</p>
|
||||
<a
|
||||
class="stat-value room-link"
|
||||
[routerLink]="['/rooms', recording()?.roomId, 'detail']"
|
||||
matTooltip="Go to room detail"
|
||||
[routerLink]="['/rooms', recording()?.roomId]"
|
||||
matTooltip="Go to room details"
|
||||
>
|
||||
{{ recording()?.roomName }}
|
||||
<mat-icon class="nav-icon">open_in_new</mat-icon>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user