Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
fdaa11c6
Commit
fdaa11c6
authored
5 years ago
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Options
Downloads
Patches
Plain Diff
Update room-list.component.html
parent
b186f39f
Branches
patch-2
Branches containing commit
Tags
Tags containing commit
1 merge request
!262
Update room-list.component.html
Pipeline
#27481
passed with stages
in 7 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/shared/room-list/room-list.component.html
+2
-2
2 additions, 2 deletions
src/app/components/shared/room-list/room-list.component.html
with
2 additions
and
2 deletions
src/app/components/shared/room-list/room-list.component.html
+
2
−
2
View file @
fdaa11c6
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment