feat(core/settings/serial/ssh/telnet): add clearServiceMessagesOnConnect option on connectable profile

This commit is contained in:
Clem
2023-08-14 15:24:41 +02:00
parent 21e38c8453
commit ef6b8a4eaa
6 changed files with 14 additions and 1 deletions

View File

@@ -76,7 +76,13 @@
option(ngValue='keep', translate) Keep
option(*ngIf='isConnectable()', ngValue='reconnect', translate) Reconnect
option(ngValue='close', translate) Close
.form-line(*ngIf='isConnectable()')
.header
.title(translate) Clear terminal after connection
toggle(
[(ngModel)]='profile.clearServiceMessagesOnConnect',
)
.mb-4
.col-12.col-lg-8(*ngIf='this.profileProvider.settingsComponent')