Fix statistics report preview (fixes #460)

This commit is contained in:
Jakob Borg
2014-08-03 21:47:02 +02:00
parent 25de3a2590
commit 327cd4cb87
14 changed files with 149 additions and 27 deletions

View File

@@ -790,6 +790,10 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http, $translate, $loca
$('#about').modal('show');
};
$scope.showReportPreview = function () {
$scope.reportPreview = true;
};
$scope.init();
setInterval($scope.refresh, 10000);
});