mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 10:45:45 +00:00
cleaned up #409 and renamed to Groups
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user