cleaned up #409 and renamed to Groups

This commit is contained in:
Eugene Pankov
2018-09-04 22:39:00 +02:00
parent f357dab8f0
commit d6f163b048
7 changed files with 100 additions and 157 deletions

View File

@@ -13,6 +13,14 @@
[(ngModel)]='connection.name',
)
.form-group
label Group
input.form-control(
type='text',
placeholder='Ungrouped',
[(ngModel)]='connection.group',
)
.form-group
label Host
input.form-control(