|
|
@@ -20,7 +20,7 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
|
|
|
)
|
|
|
i.fas.fa-external-link-alt
|
|
|
|
|
|
- .form-line
|
|
|
+ .form-line(*ngIf='config.store.configSync.token')
|
|
|
.header
|
|
|
.title(translate) Secret sync token
|
|
|
.description(translate) Get it from the Tabby Web settings window
|
|
|
@@ -36,6 +36,11 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
|
|
|
i.fas.fa-fw.fa-check.text-success(*ngIf='connectionSuccessful')
|
|
|
i.fas.fa-fw.fa-exclamation-triangle.text-danger(*ngIf='connectionSuccessful === false')
|
|
|
|
|
|
+ .alert.alert-info.d-flex.align-items-center
|
|
|
+ .me-auto
|
|
|
+ span(translate) Config sync requires an instance of the Tabby Web service.
|
|
|
+ a.ml-1((click)='openTabbyWebInfo()', href='#', translate) Learn more
|
|
|
+
|
|
|
ng-container(*ngIf='config.store.configSync.token')
|
|
|
.alert.alert-danger(*ngIf='connectionSuccessful === false')
|
|
|
i.fas.fa-exclamation-triangle
|