mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
13 lines
585 B
HTML
13 lines
585 B
HTML
<div class="adf-github-link-container">
|
|
<h3 data-automation-id="adf-about-setting-title">{{ 'ABOUT.SERVER_SETTINGS.TITLE' | translate }}</h3>
|
|
<small>{{ 'ABOUT.SERVER_SETTINGS.DESCRIPTION' | translate }}</small>
|
|
<mat-card>
|
|
<p data-automation-id="adf-process-service-host">
|
|
{{ 'ABOUT.SERVER_SETTINGS.PROCESS_SERVICE_HOST' | translate: {value: bpmHost} }}
|
|
</p>
|
|
<p data-automation-id="adf-content-service-host">
|
|
{{ 'ABOUT.SERVER_SETTINGS.CONTENT_SERVICE_HOST' | translate: {value: ecmHost} }}
|
|
</p>
|
|
</mat-card>
|
|
</div>
|