Skip to content
Snippets Groups Projects
Commit b8cbe2a7 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Add header to expansion panel which describes the columns

parent bbd35a9e
Branches
Tags
No related merge requests found
......@@ -2,6 +2,13 @@
<div fxLayout="row" fxLayoutAlign="center">
<mat-progress-spinner *ngIf="isLoading" mode="indeterminate"></mat-progress-spinner>
</div>
<mat-expansion-panel [disabled]="true">
<mat-expansion-panel-header>
<mat-panel-title>Session-Id</mat-panel-title>
<mat-panel-description>Name</mat-panel-description>
</mat-expansion-panel-header>
</mat-expansion-panel>
<mat-divider></mat-divider>
<mat-expansion-panel *ngFor="let room of rooms">
<mat-expansion-panel-header>
<button mat-button color="accent" routerLink="/{{ baseUrl }}/room/{{ room.shortId }}">
......
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