mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Deprecate commit sha (#7936)
This commit is contained in:
parent
c2cdd90d99
commit
68d6d15142
@ -1,7 +1,5 @@
|
|||||||
<div class="adf-about-container">
|
<div class="adf-about-container">
|
||||||
|
|
||||||
<adf-about-github-link *ngIf="dev" [application]="pkg.application" [url]="url" ></adf-about-github-link>
|
|
||||||
|
|
||||||
<adf-about-server-settings *ngIf="dev" ></adf-about-server-settings>
|
<adf-about-server-settings *ngIf="dev" ></adf-about-server-settings>
|
||||||
|
|
||||||
<adf-about-platform-version [repository]="repository"
|
<adf-about-platform-version [repository]="repository"
|
||||||
|
@ -43,7 +43,6 @@ export class AboutComponent implements OnInit {
|
|||||||
licenseEntries: LicenseData[];
|
licenseEntries: LicenseData[];
|
||||||
|
|
||||||
dependencyEntries: PackageInfo[] = [];
|
dependencyEntries: PackageInfo[] = [];
|
||||||
url: string;
|
|
||||||
version: string;
|
version: string;
|
||||||
dependencies: string;
|
dependencies: string;
|
||||||
application: string;
|
application: string;
|
||||||
@ -70,7 +69,6 @@ export class AboutComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.url = `https://github.com/Alfresco/${this.pkg?.name}/commits/${this.pkg?.commit}`;
|
|
||||||
this.version = this.pkg?.version;
|
this.version = this.pkg?.version;
|
||||||
this.dependencies = this.pkg?.dependencies;
|
this.dependencies = this.pkg?.dependencies;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user