1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-23 18:44:20 +03:00
This commit is contained in:
Eugene Pankov 2021-02-13 13:40:05 +01:00
parent 26429bf209
commit 661d5af9ba
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -350,7 +350,7 @@ ngb-tabset.vertical(type='pills', [activeId]='activeTab')
.d-flex.flex-column.w-100.h-100 .d-flex.flex-column.w-100.h-100
.h-100.d-flex .h-100.d-flex
.w-100.d-flex.flex-column .w-100.d-flex.flex-column
h3 Config file h3 Config File
textarea.form-control.h-100( textarea.form-control.h-100(
[(ngModel)]='configFile' [(ngModel)]='configFile'
) )