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
31076b80
There was an error fetching the commit references. Please try again later.
Commit
31076b80
authored
7 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Adjust error-messange
Add ngSumbit
parent
e3e0cc3c
1 merge request
!70
Resolve "Adjust join room when room is not existing"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/join-room/join-room.component.html
+2
-2
2 additions, 2 deletions
src/app/join-room/join-room.component.html
with
2 additions
and
2 deletions
src/app/join-room/join-room.component.html
+
2
−
2
View file @
31076b80
<form>
<form
(ngSubmit)=
"joinRoom(roomId.value)"
>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
fxLayoutGap=
"10px"
>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
fxLayoutGap=
"10px"
>
<mat-form-field
class=
"input-block"
>
<mat-form-field
class=
"input-block"
>
<input
matInput
#roomId
placeholder=
"Room-Id"
(keypress)=
"reset()"
/>
<input
matInput
#roomId
placeholder=
"Room-Id"
(keypress)=
"reset()"
/>
...
@@ -7,6 +7,6 @@
...
@@ -7,6 +7,6 @@
<mat-icon>
send
</mat-icon>
<mat-icon>
send
</mat-icon>
</button>
</button>
</div>
</div>
<mat-error
*ngIf=
"!isExisting"
>
Please enter a
<strong>
valid
</strong>
room-
id.
</mat-error>
<mat-error
*ngIf=
"!isExisting"
>
No room was found with this
id.
</mat-error>
<mat-error
*ngIf=
"noInput"
>
Please enter a room-id.
</mat-error>
<mat-error
*ngIf=
"noInput"
>
Please enter a room-id.
</mat-error>
</form>
</form>
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