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

15 lines
401 B
Plaintext
Raw Normal View History

2021-06-16 23:49:44 +02:00
.sidebar
img.logo(src='{{_logo}}')
2021-07-11 16:13:18 +02:00
button.btn.mt-auto((click)='openConfig()')
fa-icon([icon]='_configIcon', [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-07-11 16:13:18 +02:00
button.btn.mt-3((click)='logout()')
2021-06-25 21:55:40 +02:00
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)