*ngIf="available === false"
title="iSCSI Targets not available"
i18n-title>
- <ng-container i18n>Please consult the <cd-doc section="iscsi"></cd-doc> on
+ <ng-container i18n>Please consult the <cd-doc section="iscsi"></cd-doc> on
how to configure and enable the iSCSI Targets management functionality.</ng-container>
<ng-container *ngIf="status">
type="info"
i18n>To see all active Prometheus alerts, please provide
the URL to the API of Prometheus' Alertmanager as described
- in the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
+ in the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
<cd-table *ngIf="isAlertmanagerConfigured"
[data]="prometheusAlertService.alerts"
type="info"
i18n>To see all configured Prometheus alerts, please
provide the URL to the API of Prometheus as described in
- the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
+ the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
<cd-table *ngIf="isPrometheusConfigured"
[data]="prometheusAlertService.rules"
<cd-alert-panel *ngIf="!isAlertmanagerConfigured"
type="info"
i18n>To enable Silences, please provide the URL to
- the API of the Prometheus' Alertmanager as described in the
+ the API of the Prometheus' Alertmanager as described in the
<cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
<cd-table *ngIf="isAlertmanagerConfigured"
<span *ngIf="nfsForm.getValue('access_type') === 'RW' && storageBackend === 'RGW'"
i18n>The Object Gateway NFS backend has a number of
limitations which will seriously affect applications writing to
- the share. Please consult the <cd-doc section="rgw-nfs"></cd-doc>
+ the share. Please consult the <cd-doc section="rgw-nfs"></cd-doc>
for details before enabling write access.</span>
</ng-template>
<ng-template #accessTypeError>
<span i18n>You cannot unset the default flag.</span>
</cd-helper>
<cd-helper *ngIf="action === 'edit' && !info.data.is_default">
- <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
+ <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
</cd-helper>
<cd-helper *ngIf="defaultRealmDisabled && action === 'create'">
<span i18n>Default realm already exists.</span>
</cd-helper>
</span>
<cd-helper *ngIf="action === 'edit' && !isDefaultZone">
- <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
+ <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
</cd-helper><br>
</div>
<div class="custom-control custom-checkbox">
</cd-helper>
</span>
<cd-helper *ngIf="action === 'edit' && !isMasterZone">
- <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
+ <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
</cd-helper>
</div>
</div>
<cd-helper i18n>Zone group doesn't belong to the default realm.</cd-helper>
</span>
<cd-helper *ngIf="action === 'edit' && !info.data.is_default">
- <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
+ <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
</cd-helper>
<cd-helper *ngIf="action === 'edit' && info.data.is_default">
<span i18n>You cannot unset the default flag.</span>
<cd-helper i18n>Multiple master zone groups can't be configured. If you want to create a new zone group and make it the master zone group, you must delete the default zone group.</cd-helper>
</span>
<cd-helper *ngIf="action === 'edit' && !info.data.is_master">
- <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
+ <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
</cd-helper>
<cd-helper *ngIf="action === 'edit' && info.data.is_master">
<span i18n>You cannot unset the master flag.</span>
<cd-alert-panel type="info"
i18n>
Multi-site needs to be configured in order to see the multi-site sync status.
- Please consult the <cd-doc section="multisite"></cd-doc> on how to configure and enable the multi-site functionality.
+ Please consult the <cd-doc section="multisite"></cd-doc> on how to configure and enable the multi-site functionality.
</cd-alert-panel>
</span>
</ng-template>
<h4 class="mt-3"
*ngIf="header !== message">{{ message }}</h4>
<h4 *ngIf="section"
- i18n>Please consult the <a href="{{ docUrl }}">documentation</a> on how to configure and enable
+ i18n>Please consult the <a href="{{ docUrl }}">documentation</a> on how to configure and enable
the {{ sectionInfo }} management functionality.
</h4>
</div>
<cd-alert-panel type="info"
*ngIf="!grafanaExist"
- i18n>Please consult the <cd-doc section="grafana"></cd-doc> on
+ i18n>Please consult the <cd-doc section="grafana"></cd-doc> on
how to configure and enable the monitoring functionality.</cd-alert-panel>
<cd-alert-panel type="info"
*ngIf="!dashboardExist"
i18n>Grafana Dashboard doesn't exist. Please refer to
- <cd-doc section="grafana"></cd-doc> on how to add dashboards to Grafana.</cd-alert-panel>
+ <cd-doc section="grafana"></cd-doc> on how to add dashboards to Grafana.</cd-alert-panel>
<ng-container *ngIf="grafanaExist && dashboardExist">
<div class="row mb-3">
*ngIf="showMessage"
dismissible="true"
(dismissed)="showMessage = false"
- i18n>If no embedded Grafana Dashboard appeared below, please follow <a [href]="grafanaSrc"
+ i18n>If no embedded Grafana Dashboard appeared below, please follow <a [href]="grafanaSrc"
target="_blank"
noopener
- noreferrer>this link </a> to check if Grafana is reachable and there are no HTTPS certificate issues. You may need to reload this page after accepting any Browser certificate exceptions</cd-alert-panel>
+ noreferrer>this link </a> to check if Grafana is reachable and there are no HTTPS certificate issues. You may need to reload this page after accepting any Browser certificate exceptions</cd-alert-panel>
</div>
</div>
<ng-template #elseBlock>
<cd-alert-panel type="info"
i18n>Orchestrator is not available.
- Please consult the <cd-doc section="orch"></cd-doc> on how to configure and
+ Please consult the <cd-doc section="orch"></cd-doc> on how to configure and
enable the functionality.</cd-alert-panel>
</ng-template>