2016-06-12 14:06:48 +00:00
< modal id = "urPreview" status = "success" icon = "bar-chart" heading = "{{'Anonymous Usage Reporting' | translate}}" large = "yes" closeable = "yes" >
< div class = "modal-body" >
< p translate >
The encrypted usage report is sent daily. It is used to track common platforms, folder sizes and app versions. If the reported data set is changed you will be prompted with this dialog again.
< / p >
2016-07-12 22:31:11 +00:00
< p translate > The aggregated statistics are publicly available at the URL below.< / p >
< p > < a href = "https://data.syncthing.net/" target = "_blank" > https://data.syncthing.net/< / a > < / p >
2017-10-12 06:16:46 +00:00
< label translate > Version< / label >
< select id = "urPreviewVersion" class = "form-control" ng-model = "$parent.$parent.reportDataPreviewVersion" ng-change = "refreshReportDataPreview()" >
2017-10-15 07:45:15 +00:00
< option selected value > Select a version< / option >
2017-10-12 06:16:46 +00:00
< option ng-repeat = "n in urVersions()" value = "{{n}}" > Version {{n}}< / option >
< / select >
2017-10-15 07:45:15 +00:00
< div class = "checkbox" ng-if = "$parent.$parent.reportDataPreviewVersion > 2" >
< label >
< input type = "checkbox" ng-model = "$parent.$parent.$parent.reportDataPreviewDiff" ng-change = "refreshReportDataPreview()" / >
< span translate > Show diff with previous version< / span >
< / label >
< / div >
2017-10-12 06:16:46 +00:00
< hr >
2016-06-12 14:06:48 +00:00
< form >
2017-10-12 06:16:46 +00:00
< textarea class = "form-control" rows = "20" ng-if = "reportDataPreview" > {{reportDataPreview | json}}< / textarea >
2016-06-12 14:06:48 +00:00
< / form >
< / div >
< div class = "modal-footer" >
< button type = "button" class = "btn btn-default btn-sm" data-dismiss = "modal" >
< span class = "fa fa-times" > < / span > < span translate > Close< / span >
< / button >
< / div >
2015-08-10 11:22:37 +02:00
< / modal >