From 240e7b08350563bcc7198d2ebc564b5aafc0a6ea Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 12 Oct 2015 14:18:40 +0900 Subject: [PATCH] Log/error fields changed name --- gui/index.html | 2 +- gui/syncthing/core/syncthingController.js | 4 ++-- lib/auto/gui.files.go | 12 ++++++++---- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/gui/index.html b/gui/index.html index e84c059c..6369f680 100755 --- a/gui/index.html +++ b/gui/index.html @@ -171,7 +171,7 @@

Notice

-

{{err.time | date:"yyyy-MM-dd HH:mm:ss"}}: {{friendlyDevices(err.error)}}

+

{{err.when | date:"yyyy-MM-dd HH:mm:ss"}}: {{friendlyDevices(err.message)}}