From d2299d24a23c9d0d835631b72e4f1d1974958f94 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 6 Oct 2016 17:08:38 -0400 Subject: js component --- examples/lib/okpush/templates/index.liquid | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'examples/lib/okpush/templates/index.liquid') diff --git a/examples/lib/okpush/templates/index.liquid b/examples/lib/okpush/templates/index.liquid index e0547c3..10772b5 100644 --- a/examples/lib/okpush/templates/index.liquid +++ b/examples/lib/okpush/templates/index.liquid @@ -11,6 +11,9 @@ th { th:nth-child(2) { min-width: 300px; } +th:nth-child(3) { + min-width: 170px; +} table,tr,th,td { margin: 0; padding: 0; @@ -31,6 +34,8 @@ tr:nth-child(2n+1) {

Push Notifications

+
Device count: {{ device_count }}
+ @@ -48,11 +53,11 @@ tr:nth-child(2n+1) { -
Key {{spec.alert}} - {% unless spec.last_fired %} + + {% unless spec.last_push %} Never {% else %} - {{spec.last_fired}} + {{ spec.last_push | date: "%a %d-%b-%Y %H:%M" }} {% endunless %} @@ -64,9 +69,6 @@ tr:nth-child(2n+1) { - {% include 'partials/tail' %} + + \ No newline at end of file -- cgit v1.2.3-70-g09d2