Skip to content

Commit

Permalink
delete metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixtir committed Feb 8, 2019
1 parent 7e6f252 commit 65a7a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,7 @@
</li>
</ol>

<div class="content__body-section">
<hydro-signatures [signatures]="(modelVersion$ | async)?.modelContract?.signatures"></hydro-signatures>
<<<<<<< HEAD
</div>

<div *ngIf="(modelVersion$ | async)?.id; let modelVersionId"class="content__body-section">
<hydro-data-profiles [modelVersionId]="modelVersionId"></hydro-data-profiles>
=======
>>>>>>> monitoring-profiler-v2
</div>
<div class="content__body-section">
<hydro-signatures [signatures]="(modelVersion$ | async)?.modelContract?.signatures"></hydro-signatures>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class BaseMetricChartComponent implements OnInit, OnChanges, OnDestroy {
}

public onDelete(): void {
this.delete.emit(this.metricSpecificationProvider.id);
this.delete.emit(this.metricSpecId);
}

protected getRequestPromise(): Promise<any> {
Expand Down

0 comments on commit 65a7a21

Please sign in to comment.