-
{{ application }}
-
{{ 'ABOUT.SOURCE_CODE.TITLE' | translate }}
+ {{application}}
{{ 'ABOUT.VERSION' | translate }}: {{ version }}
@@ -14,15 +13,4 @@
-
-
{{ 'ABOUT.SERVER_SETTINGS.TITLE' | translate }}
-
{{ 'ABOUT.SERVER_SETTINGS.DESCRIPTION' | translate }}
-
-
- {{ 'ABOUT.SERVER_SETTINGS.PROCESS_SERVICE_HOST' | translate: {value: bpmHost} }}
-
-
- {{ 'ABOUT.SERVER_SETTINGS.CONTENT_SERVICE_HOST' | translate: {value: ecmHost} }}
-
-
diff --git a/lib/core/about/about-github-link/about-github-link.component.spec.ts b/lib/core/about/about-github-link/about-github-link.component.spec.ts
index 94ec7e250e..d40a8cddb8 100644
--- a/lib/core/about/about-github-link/about-github-link.component.spec.ts
+++ b/lib/core/about/about-github-link/about-github-link.component.spec.ts
@@ -19,13 +19,11 @@ import { ComponentFixture, TestBed } from '@angular/core/testing';
import { CoreTestingModule } from '../../testing/core.testing.module';
import { setupTestBed } from '../../testing/setup-test-bed';
import { AboutGithubLinkComponent } from './about-github-link.component';
-import { AppConfigService } from '../../app-config/app-config.service';
import { aboutGithubDetails } from '../about.mock';
describe('AboutGithubLinkComponent', () => {
let fixture: ComponentFixture