better ssh connection list management - fixes #1351

This commit is contained in:
Eugene Pankov
2021-04-25 21:06:23 +02:00
parent d32e31d45e
commit 3c6374be19
12 changed files with 111 additions and 38 deletions

View File

@@ -114,7 +114,7 @@ h3.mb-3 Appearance
.header
.title Custom CSS
textarea.form-control(
textarea.form-control.mb-5(
[(ngModel)]='config.store.appearance.css',
(ngModelChange)='saveConfiguration()',
)