Code Review
/
portal
/
sdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e81e40f7161d419e9d8340e1b5a279e13b360f28
[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
12
</div>