gui: Fix editing devices (fixes #3236)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3237
This commit is contained in:
Audrius Butkevicius
2016-06-01 20:24:43 +00:00
committed by Jakob Borg
parent 01ae866d58
commit 8c4723ff43
2 changed files with 10 additions and 6 deletions

View File

@@ -539,7 +539,7 @@
</tr>
<tr ng-if="deviceFolders(deviceCfg).length > 0">
<th><span class="fa fa-fw fa-folder"></span>&nbsp;<span translate>Folders</span></th>
<td class="text-right">{{deviceFolders(deviceCfg).join(", ")}}</td>
<td class="text-right">{{deviceFolders(deviceCfg).map(folderLabel).join(", ")}}</td>
</tr>
</tbody>
</table>