aboutsummaryrefslogtreecommitdiff
path: root/app/components/plan-new/plan-new.html
diff options
context:
space:
mode:
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>