mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* migrate core lib to use server-side app config * fix unit tests * update Search tests - update tests - upgrade tests to use TestBed * update UserInfo tests * update Social tests * update tests * update unit tests * cleanup old code * update about page * update demo shell readme * dev and prod configurations
26 lines
789 B
HTML
26 lines
789 B
HTML
<div class="about-container">
|
|
|
|
<h3>Server settings</h3>
|
|
<small>The values below are taken from the AppConfigService and loaded from the '{{ configFile }}' file.</small>
|
|
<div>
|
|
Alfresco Process Services URL: <strong>{{ bpmHost }}</strong>
|
|
</div>
|
|
|
|
<div>
|
|
Alfresco Content Services URL: <strong>{{ ecmHost }}</strong>
|
|
</div>
|
|
|
|
<div *ngIf="githubUrlCommitAlpha">
|
|
<h3>Source code</h3>
|
|
<small>You are running the project based on the following commit:</small>
|
|
<div>
|
|
<a [href]="githubUrlCommitAlpha">{{githubUrlCommitAlpha}}</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<h3>Packages</h3>
|
|
<small>Current project is using the following ADF libraries:</small>
|
|
<alfresco-datatable [data]="data"></alfresco-datatable>
|
|
</div>
|