Skip to content
Snippets Groups Projects
Commit fdaa11c6 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

Update room-list.component.html

parent b186f39f
No related merge requests found
......@@ -7,8 +7,8 @@
<div *ngIf="rooms && rooms.length != 0">
<mat-expansion-panel [disabled]="true" id="matPanelHeader">
<mat-expansion-panel-header>
<mat-panel-title class="headerTitle">Name</mat-panel-title>
<mat-panel-description class="headerTitle">Session ID</mat-panel-description>
<mat-panel-title class="headerTitle">Session</mat-panel-title>
<mat-panel-description class="headerTitle">ID</mat-panel-description>
</mat-expansion-panel-header>
</mat-expansion-panel>
<mat-expansion-panel *ngFor="let room of rooms" class="matPanel">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment