aboutsummaryrefslogtreecommitdiff
path: root/app/components/plan-new/plan-new.html
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-01-18 16:22:46 -0800
committerAlex Tatiyants <atatiyan@gmail.com>2016-01-18 16:22:46 -0800
commitf9a70b6c80b388d57831eeeb501b1d3fe3e3d336 (patch)
tree7f0327c8d678ed080b905271dbef3ae39493f4f0 /app/components/plan-new/plan-new.html
parentfc313bbccfec19fb7d8ecf296a3dd89ef9e8bf9a (diff)
add sample plan
Diffstat (limited to 'app/components/plan-new/plan-new.html')
-rw-r--r--app/components/plan-new/plan-new.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/plan-new/plan-new.html b/app/components/plan-new/plan-new.html
index ee2565e..f74529d 100644
--- a/app/components/plan-new/plan-new.html
+++ b/app/components/plan-new/plan-new.html
@@ -1,5 +1,6 @@
<div class="page">
<span class="text-muted">For best results, use EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON)</span>
+ <button class="btn btn-link" (click)="prefill()">create a sample plan</button>
<div>
<input placeholder="name (optional)" class="input-box input-box-main" type="text" [(ngModel)]="newPlanName">
<button class="btn btn-default btn-lg pad-top pull-right" (click)="submitPlan()">submit</button>