mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Deprecate commit sha (#7936)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<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-platform-version [repository]="repository"
|
||||
|
@@ -43,7 +43,6 @@ export class AboutComponent implements OnInit {
|
||||
licenseEntries: LicenseData[];
|
||||
|
||||
dependencyEntries: PackageInfo[] = [];
|
||||
url: string;
|
||||
version: string;
|
||||
dependencies: string;
|
||||
application: string;
|
||||
@@ -70,7 +69,6 @@ export class AboutComponent implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
this.url = `https://github.com/Alfresco/${this.pkg?.name}/commits/${this.pkg?.commit}`;
|
||||
this.version = this.pkg?.version;
|
||||
this.dependencies = this.pkg?.dependencies;
|
||||
|
||||
|
Reference in New Issue
Block a user