Code Review
/
portal
/
sdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ce5f8c15fe6cf1d1ba95d774cdf34e8416a12ae0
[portal/sdk.git]
/
1
2
<div class="stdForm">
3
<div class="tab-content">
4
<h1>Step 7 - Report Run</h1>
5
</div>
6
<br/>
7
<br/>
8
<div *ngIf="!toggle">
9
<button class="btn btn-alt btn-small" (click)="runReport()">Run Report</button>
10
</div>
11
<!-- <div *ngIf="toggle">
12
<app-run-report [reportId]="reportId1"></app-run-report>
13
</div> -->
14
</div>