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
Branches patch-2
Tags
1 merge request!262Update room-list.component.html
Pipeline #27481 passed with stages
in 7 minutes and 46 seconds
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
<div *ngIf="rooms && rooms.length != 0"> <div *ngIf="rooms && rooms.length != 0">
<mat-expansion-panel [disabled]="true" id="matPanelHeader"> <mat-expansion-panel [disabled]="true" id="matPanelHeader">
<mat-expansion-panel-header> <mat-expansion-panel-header>
<mat-panel-title class="headerTitle">Name</mat-panel-title> <mat-panel-title class="headerTitle">Session</mat-panel-title>
<mat-panel-description class="headerTitle">Session ID</mat-panel-description> <mat-panel-description class="headerTitle">ID</mat-panel-description>
</mat-expansion-panel-header> </mat-expansion-panel-header>
</mat-expansion-panel> </mat-expansion-panel>
<mat-expansion-panel *ngFor="let room of rooms" class="matPanel"> <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