-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reorganization of headers, streamlining of adapters and interface pag…
…es, fixes for configs and multicolumn layouts
- Loading branch information
Showing
7 changed files
with
46 additions
and
62 deletions.
There are no files selected for viewing
15 changes: 8 additions & 7 deletions
15
src/app/components/information-manager/information-manager.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,4 @@ | ||
|
||
<app-information-manager *ngIf="data" [data]="data" [zoom]="_breadcrumb.getMasonryZoom()"></app-information-manager> | ||
<app-information-manager *ngIf="data" [data]="data"></app-information-manager> | ||
|
||
<app-dashboard *ngIf="_breadcrumb.breadcrumbs && _breadcrumb.breadcrumbs.getValue().length === 1 && _breadcrumb.breadcrumbs.getValue()[0].name === 'Dashboard'"></app-dashboard> | ||
|
||
|
||
<!-- | ||
<ng-container *ngIf="pageNotFound"> | ||
<p class="text-danger">This page does not exist or could not be loaded.</p> | ||
</ng-container> | ||
<ng-container *ngIf="!data && pageList"> | ||
Choose a page to display information:<br><br> | ||
<button *ngFor="let page of pageList | keyvalue" class="btn btn-light pageLink" [routerLink]="'/views/monitoring/'+page.value.id">{{page.value.name}}</button> | ||
</ng-container> | ||
<ng-container *ngIf="serverError"> | ||
<p class="text-danger"> | ||
Server not responding:<br> | ||
{{serverError.name}}: {{serverError.message}} | ||
</p> | ||
</ng-container> | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters