Client: explain to user we don't want scheme when making friends

This commit is contained in:
Chocobozzz 2017-10-16 12:04:18 +02:00
parent 8376734ee3
commit 4b5dc9f1e4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
<form (ngSubmit)="makeFriends()" [formGroup]="form"> <form (ngSubmit)="makeFriends()" [formGroup]="form">
<div class="form-group" *ngFor="let host of hosts; let id = index; trackBy:customTrackBy"> <div class="form-group" *ngFor="let host of hosts; let id = index; trackBy:customTrackBy">
<label for="username">Host</label> <label [for]="'host-' + id">Host (so without "http://")</label>
<div class="input-group"> <div class="input-group">
<input <input
type="text" class="form-control" placeholder="domain.tld" type="text" class="form-control" placeholder="example.com"
[id]="'host-' + id" [formControlName]="'host-' + id" [id]="'host-' + id" [formControlName]="'host-' + id"
/> />
<span class="input-group-btn"> <span class="input-group-btn">