aboutsummaryrefslogtreecommitdiff
path: root/app/components/plan-new/plan-new.html
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-01-05 21:50:10 -0800
committerAlex Tatiyants <atatiyan@gmail.com>2016-01-05 21:50:10 -0800
commit6808fd285d54182da5dca9e4190ad9d766c4c783 (patch)
treea82fdc9295aef9f82172c482dbf91f3b63c294e6 /app/components/plan-new/plan-new.html
parent9554ab8c51c0a5853a58be98936223908eabcbb9 (diff)
add about page, multiple UI tweaks
Diffstat (limited to 'app/components/plan-new/plan-new.html')
-rw-r--r--app/components/plan-new/plan-new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/plan-new/plan-new.html b/app/components/plan-new/plan-new.html
index ba65d99..ee2565e 100644
--- a/app/components/plan-new/plan-new.html
+++ b/app/components/plan-new/plan-new.html
@@ -2,7 +2,7 @@
<span class="text-muted">For best results, use EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON)</span>
<div>
<input placeholder="name (optional)" class="input-box input-box-main" type="text" [(ngModel)]="newPlanName">
- <button class="btn btn-primary btn-lg pull-right" (click)="submitPlan()">submit</button>
+ <button class="btn btn-default btn-lg pad-top pull-right" (click)="submitPlan()">submit</button>
</div>
<textarea placeholder="paste execution plan" class="input-box input-box-lg" [(ngModel)]="newPlanContent"></textarea>