@if (configFormSection?.help || configFormSection?.helpArr) {
@if (configFormSection?.help) {
}
@if (configFormSection?.helpArr) {
@for (helpSection of configFormSection?.helpArr; track helpSection) {
@if (helpSection.h) {
{{ helpSection.h | translate }}
}
@if (helpSection.p) {
}
@if (helpSection.p2) {
}
@if (helpSection.p3) {
}
@if (helpSection.p4) {
}
}
}
}
@if (isEdit) {
{{ T.G.ENABLED | translate }}
}
@if (model.isEnabled) {
@if (issueProviderKey === ICAL_TYPE) {
@if (d.calendarContextInfoTarget === 'GOOGLE') {
}
@if (d.calendarContextInfoTarget === 'OUTLOOK365') {
}
}
@if (
issueProviderKey === 'JIRA' &&
IS_WEB_EXTENSION_REQUIRED_FOR_JIRA &&
!isJiraDirectFetchEnabled
) {
}
@for (btn of oauthButtons; track btn.label) {
@if (isOAuthUnavailableInWeb(btn.oauthConfig)) {
info
{{ T.F.ISSUE.DIALOG.OAUTH_UNAVAILABLE_WEB | translate }}
} @else if (isOAuthConnected()) {
check_circle
{{ T.F.ISSUE.DIALOG.CONNECTED | translate }}
} @else {
}
}
@if (showLoadOptionsButton) {
@switch (optionsLoadState()) {
@case ('loading') {
}
@case ('loaded') {
check_circle
{{ T.F.ISSUE.DIALOG.OPTIONS_LOADED | translate }}
}
@case ('failed') {
error
{{ T.F.ISSUE.DIALOG.LOAD_OPTIONS_FAILED | translate }}
}
@case ('empty') {
info
{{ T.F.ISSUE.DIALOG.NO_OPTIONS_FOUND_HELP | translate }}
}
@default {
}
}
}
@if (!isAgendaView) {
}
@switch (issueProviderKey) {
@case ('JIRA') {
}
@case ('OPEN_PROJECT') {
}
@case ('NEXTCLOUD_DECK') {
}
}
}