2016-08-02 08:07:30 +00:00
<!--
< notification id = 'exampleNotification' >
< div class = "panel panel-warning" >
2018-05-24 20:59:32 +02:00
< div class = "panel-heading" > < h3 class = "panel-title" > < span class = "fas fa-exclamation-circle" > < / span > < span translate > Notice< / span > < / h3 > < / div >
2016-08-02 08:07:30 +00:00
< div class = "panel-body" >
< p translate > This is an example notification. ID of the notification should be appended to Options.UnackedNotificationIDs of the config.< / p >
< / div >
< div class = "panel-footer" >
2018-05-13 07:44:19 +02:00
< button type = "button" class = "btn btn-sm btn-default pull-right" ng-click = "dismissNotification('exampleNotification')" >
2018-05-24 20:59:32 +02:00
< span class = "fas fa-check" > < / span > < span translate > OK< / span >
2016-08-02 08:07:30 +00:00
< / button >
< div class = "clearfix" > < / div >
< / div >
< / div >
< / notification >
-->
2017-02-04 09:45:17 +00:00
< notification id = "channelNotification" >
< div class = "panel panel-success" >
< div class = "panel-heading" >
2018-05-24 20:59:32 +02:00
< h3 class = "panel-title" > < span class = "fas fa-bolt" > < / span > < span translate > Automatic upgrades< / span > < / h3 >
2017-02-04 09:45:17 +00:00
< / div >
< div class = "panel-body" >
< p translate > Automatic upgrade now offers the choice between stable releases and release candidates.< / p >
< p >
2018-12-25 14:26:46 +01:00
< span translate > Release candidates contain the latest features and fixes. They are similar to the traditional bi-weekly Syncthing releases.< / span >
< span translate > Stable releases are delayed by about two weeks. During this time they go through testing as release candidates.< / span >
< span translate > You can read more about the two release channels at the link below.< / span >
2017-02-04 09:45:17 +00:00
< / p >
< p translate > You can change your choice at any time in the Settings dialog.< / p >
2018-05-24 20:59:32 +02:00
< p > < a href = "https://docs.syncthing.net/users/releases.html" > < span class = "fas fa-info-circle" > < / span > < span translate > Learn more< / span > < / a > < / p >
2017-02-04 09:45:17 +00:00
< / div >
< div class = "panel-footer" >
2018-05-13 07:44:19 +02:00
< button type = "button" class = "btn btn-sm btn-default pull-right" ng-click = "editSettings(); dismissNotification('channelNotification')" >
2018-05-24 20:59:32 +02:00
< span class = "fas fa-cog" > < / span > < span translate > Settings< / span >
2017-02-04 09:45:17 +00:00
< / button >
2018-05-13 07:44:19 +02:00
< button type = "button" class = "btn btn-sm btn-default" ng-click = "dismissNotification('channelNotification')" >
2018-05-24 20:59:32 +02:00
< span class = "fas fa-check" > < / span > < span translate > OK< / span >
2017-02-04 09:45:17 +00:00
< / button >
< div class = "clearfix" > < / div >
< / div >
< / div >
2017-08-19 14:36:56 +00:00
< / notification >
2018-03-25 22:05:47 +02:00
< notification id = "fsWatcherNotification" >
< div class = "panel panel-success" >
< div class = "panel-heading" >
2018-05-24 20:59:32 +02:00
< h3 class = "panel-title" > < span class = "fas fa-bolt" > < / span >   < span translate > Watching for Changes< / span > < / h3 >
2018-03-25 22:05:47 +02:00
< / div >
< div class = "panel-body" >
< p translate > Continuously watching for changes is now available within Syncthing. This will detect changes on disk and issue a scan on only the modified paths. The benefits are that changes are propagated quicker and that less full scans are required.< / p >
2018-05-24 20:59:32 +02:00
< p > < a href = "https://docs.syncthing.net/users/syncing.html#scanning" > < span class = "fas fa-info-circle" > < / span > < span translate > Learn more< / span > < / a > < / p >
2018-03-25 22:05:47 +02:00
< p >
2018-12-25 14:26:46 +01:00
< span translate > Do you want to enable watching for changes for all your folders?< / span > < br / >
2018-03-25 22:05:47 +02:00
< span translate > Additionally the full rescan interval will be increased (times 60, i.e. new default of 1h). You can also configure it manually for every folder later after choosing No.< / span >
< / p >
< p translate translate-value-syncthing-inotify = "syncthing-inotify" > Warning: If you are using an external watcher like {%syncthingInotify%}, you should make sure it is deactivated.< / p >
< / div >
< div class = "panel-footer clearfix" >
< div class = "pull-right" >
2018-05-13 07:44:19 +02:00
< button type = "button" class = "btn btn-primary btn-sm" ng-click = "activateAllFsWatchers(); dismissNotification('fsWatcherNotification')" >
2018-05-24 20:59:32 +02:00
< span class = "fas fa-check" > < / span > < span translate > Yes< / span >
2018-03-25 22:05:47 +02:00
< / button >
2018-05-13 07:44:19 +02:00
< button type = "button" class = "btn btn-default btn-sm" ng-click = "dismissNotification('fsWatcherNotification')" >
2018-05-24 20:59:32 +02:00
< span class = "fas fa-times" > < / span > < span translate > No< / span >
2018-03-25 22:05:47 +02:00
< / button >
< / div >
< div class = "clearfix" > < / div >
< / div >
< / div >
< / notification >