cleaned up terminal toolbar implementation

This commit is contained in:
Eugene Pankov
2022-01-29 17:20:23 +01:00
parent c57fe48e73
commit 63374f532c
12 changed files with 76 additions and 53 deletions

View File

@@ -1,7 +1,4 @@
.terminal-toolbar(
(mouseenter)='showToolbar()',
(mouseleave)='hideToolbar()'
)
terminal-toolbar([tab]='this')
i.fas.fa-xs.fa-circle.text-success.mr-2(*ngIf='session && session.open')
i.fas.fa-xs.fa-circle.text-danger.mr-2(*ngIf='!session || !session.open')
strong {{profile.options.port}} ({{profile.options.baudrate}})