Add support for themes (fixes #1925)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
angular.module('syncthing.usagereport')
|
||||
.directive('usageReportModal', function () {
|
||||
return {
|
||||
restrict: 'A',
|
||||
templateUrl: 'syncthing/usagereport/usageReportModalView.html'
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user