diff options
author | Alex Tatiyants <atatiyan@gmail.com> | 2016-04-16 12:54:48 -0700 |
---|---|---|
committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-04-16 12:54:48 -0700 |
commit | eae3aee1bbfb29dd31e92853664a373e3d60d6b6 (patch) | |
tree | 4428c8412340cdd5f63d10762e407e06d8169562 /app/components | |
parent | 9b004d78b5012e4e7a3bf6e1eb086d941050425f (diff) |
sort plans in reverse chronological order
Diffstat (limited to 'app/components')
-rw-r--r-- | app/components/plan-list/plan-list.html | 2 |
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"> |