Merge pull request #5465 from tsiegleauq/better-jitsi-icons
Add link to CLOS to meeting room indicator
This commit is contained in:
commit
03acae26ff
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<button class="dialog-hide" type="button" mat-button color="primary" (click)="hideJitsiDialog()">
|
<button class="dialog-hide" type="button" mat-button color="primary" (click)="hideJitsiDialog()">
|
||||||
<os-icon-container icon="keyboard_hide">
|
<os-icon-container icon="aspect_ratio">
|
||||||
<span>{{ 'Minimize' | translate }}</span>
|
<span>{{ 'Minimize' | translate }}</span>
|
||||||
</os-icon-container>
|
</os-icon-container>
|
||||||
</button>
|
</button>
|
||||||
@ -100,13 +100,18 @@
|
|||||||
</mat-icon>
|
</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<mat-icon
|
<a
|
||||||
*ngIf="enableJitsi && !isAccessPermitted"
|
|
||||||
class="indicator"
|
class="indicator"
|
||||||
|
type="button"
|
||||||
|
mat-icon-button
|
||||||
matTooltip="{{ 'Add yourself to the current list of speakers to join the conference' | translate }}"
|
matTooltip="{{ 'Add yourself to the current list of speakers to join the conference' | translate }}"
|
||||||
|
*ngIf="enableJitsi && !isAccessPermitted"
|
||||||
|
[routerLink]="['/agenda/speakers']"
|
||||||
>
|
>
|
||||||
|
<mat-icon>
|
||||||
no_meeting_room
|
no_meeting_room
|
||||||
</mat-icon>
|
</mat-icon>
|
||||||
|
</a>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
@ -249,7 +254,7 @@
|
|||||||
matTooltip="{{ 'Show/Hide video conference' | translate }}"
|
matTooltip="{{ 'Show/Hide video conference' | translate }}"
|
||||||
>
|
>
|
||||||
<mat-icon>
|
<mat-icon>
|
||||||
{{ isJitsiDialogOpen ? 'keyboard_hide' : 'voice_chat' }}
|
{{ isJitsiDialogOpen ? 'aspect_ratio' : 'voice_chat' }}
|
||||||
</mat-icon>
|
</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user