About dialog

This commit is contained in:
Jakob Borg
2014-07-07 12:58:56 +02:00
parent 27cd6e60f4
commit 4cf04a3e0d
3 changed files with 64 additions and 2 deletions

View File

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