Implement "advanced configuration" dialog (fixes #2010)

This commit is contained in:
Jakob Borg
2015-07-03 14:07:38 +02:00
parent e9e13474c9
commit dec6540967
5 changed files with 133 additions and 17 deletions

View File

@@ -11,7 +11,6 @@
var syncthing = angular.module('syncthing', [
'angularUtils.directives.dirPagination',
'pascalprecht.translate',
'syncthing.core'
]);