mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* about page refactor for global usage * Development About * add storybook * fix build * fix * fix * fix imports * fix * fix lint * fix * fix * fix * fix
12 lines
545 B
HTML
12 lines
545 B
HTML
<div class="adf-github-link-container">
|
|
<header data-automation-id="adf-about-setting-title">{{ 'ABOUT.SERVER_SETTINGS.TITLE' | translate }}</header>
|
|
<mat-card class="mat-elevation-z0">
|
|
<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>
|