Text and layout tweaks

This commit is contained in:
Jakob Borg
2014-09-22 14:04:20 +02:00
parent 737a28050c
commit 55c7d86205
5 changed files with 37 additions and 24 deletions

View File

@@ -896,6 +896,8 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http, $translate, $loca
$('#editIgnoresButton').attr('disabled', 'disabled');
$http.get(urlbase + '/ignores?repo=' + encodeURIComponent($scope.currentRepo.ID))
.success(function (data) {
data.ignore = data.ignore || [];
$('#editRepo').modal('hide');
var textArea = $('#editIgnores textarea');