forked from PnX-SI/gn_module_monitoring
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
51 additions
and
51 deletions.
There are no files selected for viewing
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
40 changes: 20 additions & 20 deletions
40
frontend/app/components/monitoring-map-list/monitoring-map-list.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<div class="flex-container" id="object"> | ||
<div id="geometry" class="monitoring-map-container" class="cadre" *ngIf="displayMap"> | ||
<pnx-map | ||
*ngIf="heightMap" | ||
[height]="heightMap" | ||
[ngClass]="{ 'hide-draw-form': !(bEdit && obj) }"> | ||
<pnx-draw-form | ||
[parentFormControl]="objForm && objForm.controls && objForm.controls['geometry']" | ||
[geometryType]="obj && obj.config && obj.config['geometry_type']" | ||
[bZoomOnPoint]="false" | ||
[bEdit]="bEdit" | ||
[geomFromProtocol]="false" | ||
></pnx-draw-form> | ||
</pnx-map> | ||
</div> | ||
<div id="monitoring-elem-container" class="cadre scroll"> | ||
<pnx-monitoring-breadcrumbs></pnx-monitoring-breadcrumbs> | ||
<!-- <button (click)="displayMap = !displayMap">HIDE MAP</button> --> | ||
<router-outlet (activate)="onActivate($event)"></router-outlet> | ||
</div> | ||
<div id="geometry" class="monitoring-map-container" class="cadre" *ngIf="displayMap"> | ||
<pnx-map | ||
*ngIf="heightMap" | ||
[height]="heightMap" | ||
[ngClass]="{ 'hide-draw-form': !(bEdit && obj) }" | ||
> | ||
<pnx-draw-form | ||
[parentFormControl]="objForm && objForm.controls && objForm.controls['geometry']" | ||
[geometryType]="obj && obj.config && obj.config['geometry_type']" | ||
[bZoomOnPoint]="false" | ||
[bEdit]="bEdit" | ||
[geomFromProtocol]="false" | ||
></pnx-draw-form> | ||
</pnx-map> | ||
</div> | ||
<div id="monitoring-elem-container" class="cadre scroll"> | ||
<pnx-monitoring-breadcrumbs></pnx-monitoring-breadcrumbs> | ||
<!-- <button (click)="displayMap = !displayMap">HIDE MAP</button> --> | ||
<router-outlet (activate)="onActivate($event)"></router-outlet> | ||
</div> | ||
</div> | ||
|
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