Files
tabby-web/src/components/main.component.pug

15 lines
393 B
Plaintext
Raw Normal View History

2021-06-16 23:49:44 +02:00
.sidebar
img.logo(src='{{_logo}}')
2021-06-25 21:55:40 +02:00
button.btn((click)='openConfig()')
fa-icon([icon]='_cogIcon', [fixedWidth]='true')
2021-06-16 23:49:44 +02:00
2021-06-25 21:55:40 +02:00
button.btn((click)='openSettings()')
fa-icon([icon]='_settingsIcon', [fixedWidth]='true')
2021-06-16 23:49:44 +02:00
2021-06-25 21:55:40 +02:00
button.btn.mt-auto((click)='logout()')
fa-icon([icon]='_logoutIcon', [fixedWidth]='true')
2021-06-16 23:49:44 +02:00
2021-06-25 21:55:40 +02:00
.terminal([hidden]='!showApp')
2021-06-16 23:49:44 +02:00
iframe(#iframe)