From 330c3e948f8446661a1def0d4d8a2451484e4666 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 10 Mar 2016 15:21:30 -0500 Subject: #179 - delete packery layout if monitor count changes - this makes layout unpredictable Former-commit-id: a3b2ae5ba914aea94464913efc361b1d727dda38 --- www/templates/montage-history.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'www/templates') diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index 35a8948b..7c57a9df 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -25,12 +25,12 @@ -
- From: {{datetimeValueFrom.value | date: "yyyy-MMM-dd hh:mma"}} +
+ From: {{datetimeValueFrom.value | date: timeFormat}}
-
- To: {{datetimeValueTo.value | date: "yyyy-MMM-dd hh:mma"}} @ {{sliderVal.rate}}x +
+ To: {{datetimeValueTo.value | date: timeFormat}} @ {{sliderVal.rate}}x
(max of 5 monitors - chrome limit)
@@ -178,14 +178,14 @@
Timeline
-
- From: {{datetimeValueFrom.value | date: "MMM-dd-yyyy hh:mma"}} +
+ From: {{datetimeValueFrom.value | date: timeFormat}}
-
- To: {{datetimeValueTo.value | date: "MMM-dd-yyyy hh:mma"}} +
+ To: {{datetimeValueTo.value | date: timeFormat}}
-- cgit v1.2.3