mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-13 00:36:28 +00:00
Merge pull request #1346 from uok/match-icons
Match icons for ignore patterns
This commit is contained in:
commit
f14836cf02
@ -225,7 +225,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr ng-if="model[folder.ID].ignorePatterns">
|
<tr ng-if="model[folder.ID].ignorePatterns">
|
||||||
<th><span class="glyphicon glyphicon-minus"></span> <span translate>Ignore Patterns</span></th>
|
<th><span class="glyphicon glyphicon-eye-close"></span> <span translate>Ignore Patterns</span></th>
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<span translate>Yes</span>
|
<span translate>Yes</span>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user