|
|
@@ -150,6 +150,13 @@
|
|
|
<th><span class="glyphicon glyphicon-refresh"></span> <span translate>Rescan Interval</span></th>
|
|
|
<td class="text-right">{{folder.RescanIntervalS}} s</td>
|
|
|
</tr>
|
|
|
+ <tr ng-if="folder.Versioning.Type">
|
|
|
+ <th><span class="glyphicon glyphicon-tags"></span> <span translate>File Versioning</span></th>
|
|
|
+ <td class="text-right" ng-switch="folder.Versioning.Type">
|
|
|
+ <span ng-switch-when="staggered" translate>Staggered File Versioning</span>
|
|
|
+ <span ng-switch-when="simple" translate>Simple File Versioning</span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
<tr>
|
|
|
<th><span class="glyphicon glyphicon-share-alt"></span> <span translate>Shared With</span></th>
|
|
|
<td class="text-right">{{sharesFolder(folder)}}</td>
|