gui: Sort device folder lists by label

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3381
This commit is contained in:
Cedric Staniewski 2016-07-03 21:11:39 +00:00 committed by Jakob Borg
parent 223a835f33
commit 21f5b16e47

View File

@ -1453,7 +1453,7 @@ angular.module('syncthing.core')
}
}
folders.sort();
folders.sort(folderCompare);
return folders;
};