mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
gui: Fix comparison operator in expression (ref #3035)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3036
This commit is contained in:
parent
459930df09
commit
591959261c
@ -366,7 +366,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-footer">
|
<div class="panel-footer">
|
||||||
<button type="button" class="btn btn-sm btn-danger pull-left" ng-click="override(folder.id)" ng-if="folderStatus(folder) == 'outofsync' && folder.type = 'readonly'">
|
<button type="button" class="btn btn-sm btn-danger pull-left" ng-click="override(folder.id)" ng-if="folderStatus(folder) == 'outofsync' && folder.type == 'readonly'">
|
||||||
<span class="fa fa-arrow-circle-up"></span> <span translate>Override Changes</span>
|
<span class="fa fa-arrow-circle-up"></span> <span translate>Override Changes</span>
|
||||||
</button>
|
</button>
|
||||||
<span class="pull-right">
|
<span class="pull-right">
|
||||||
|
Loading…
Reference in New Issue
Block a user