aboutsummaryrefslogtreecommitdiff
path: root/app/components/plan-list/plan-list.html
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-04-16 12:54:48 -0700
committerAlex Tatiyants <atatiyan@gmail.com>2016-04-16 12:54:48 -0700
commiteae3aee1bbfb29dd31e92853664a373e3d60d6b6 (patch)
tree4428c8412340cdd5f63d10762e407e06d8169562 /app/components/plan-list/plan-list.html
parent9b004d78b5012e4e7a3bf6e1eb086d941050425f (diff)
sort plans in reverse chronological order
Diffstat (limited to 'app/components/plan-list/plan-list.html')
-rw-r--r--app/components/plan-list/plan-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/plan-list/plan-list.html b/app/components/plan-list/plan-list.html
index 09e9262..a16ffbe 100644
--- a/app/components/plan-list/plan-list.html
+++ b/app/components/plan-list/plan-list.html
@@ -3,7 +3,7 @@
Welcome to PEV! Please <a [routerLink]="['/PlanNew']">submit</a> a plan for visualization
</div>
- <table class="table">
+ <table class="table pad-bottom">
<tr *ngFor="#plan of plans">
<!-- this is a hack that should be converted to a proper dialog once that is available in angular 2-->
<div *ngIf="openDialog">