Skip to content

Commit

Permalink
add sample plan
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTatiyants committed Jan 19, 2016
1 parent fc313bb commit f9a70b6
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 7 deletions.
1 change: 1 addition & 0 deletions 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>
Expand Down

0 comments on commit f9a70b6

Please sign in to comment.