summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run.component.html')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run.component.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run.component.html b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run.component.html
new file mode 100644
index 00000000..bd765038
--- /dev/null
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run.component.html
@@ -0,0 +1,12 @@
+
+<div class="stdForm">
+ <br/>
+ <div class="tab-content">
+ <h3>Step {{stepNo}} - Report Run</h3>
+ </div>
+ <br/>
+ <div *ngIf="!toggle">
+ <button class="btn btn-alt btn-small" (click)="runReport()">Run Report</button>
+ </div>
+
+</div>