Show FolderErrors result in UI (fixes #1437)

This commit is contained in:
Jakob Borg
2015-06-26 14:22:52 +02:00
parent 2d9fcf6828
commit 60004ebff1
6 changed files with 124 additions and 46 deletions

View File

@@ -75,6 +75,7 @@ angular.module('syncthing.core')
STARTING: 'Starting', // Emitted exactly once, when Syncthing starts, before parsing configuration etc
STARTUP_COMPLETED: 'StartupCompleted', // Emitted exactly once, when initialization is complete and Syncthing is ready to start exchanging data with other devices
STATE_CHANGED: 'StateChanged', // Emitted when a folder changes state
FOLDER_ERRORS: 'FolderErrors', // Emitted when a folder has errors preventing a full sync
start: function() {
$http.get(urlbase + '/events?limit=1')