Commits

Giuseppe Digilio authored c43e25296d9
[CST-5535] Add title to the page and change health tab name
No tags

src/app/health-page/health-page.component.html

Modified
1 1 <div class="container" *ngIf="(healthResponseInitialised | async) && (healthInfoResponseInitialised | async)">
2 + <h2>{{'health-page.heading' | translate}}</h2>
2 3 <div *ngIf="(healthResponse | async) && (healthInfoResponse | async)">
3 - <ul ngbNav #nav="ngbNav" [activeId]="'health'" class="nav-tabs">
4 - <li [ngbNavItem]="'health'">
5 - <a ngbNavLink>{{'health-page.health' | translate}}</a>
4 + <ul ngbNav #nav="ngbNav" [activeId]="'status'" class="nav-tabs">
5 + <li [ngbNavItem]="'status'">
6 + <a ngbNavLink>{{'health-page.status' | translate}}</a>
6 7 <ng-template ngbNavContent>
7 - <div id="health">
8 + <div id="status">
8 9 <ds-health-panel [healthResponse]="(healthResponse | async)"></ds-health-panel>
9 10 </div>
10 11 </ng-template>
11 12 </li>
12 13 <li [ngbNavItem]="'info'">
13 14 <a ngbNavLink>{{'health-page.info' | translate}}</a>
14 15 <ng-template ngbNavContent>
15 16 <div id="info">
16 17 <ds-health-info [healthInfoResponse]="(healthInfoResponse | async)"></ds-health-info>
17 18 </div>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut