free: RevisionHistoryKeepingDays/RecycleBinKeepingDays

This commit is contained in:
devezhao 2021-06-22 16:52:15 +08:00
parent 478872efd7
commit d7e0ff4d9e

View file

@ -118,14 +118,14 @@
<td data-id="DBBackupsKeepingDays" th:data-value="${DBBackupsKeepingDays}">[[${DBBackupsKeepingDays}]] [[${bundle.L('天')}]]</td> <td data-id="DBBackupsKeepingDays" th:data-value="${DBBackupsKeepingDays}">[[${DBBackupsKeepingDays}]] [[${bundle.L('天')}]]</td>
</tr> </tr>
<tr> <tr>
<td>[[${bundle.L('变更历史保留时间')}]] <sup class="rbv"></sup></td> <td>[[${bundle.L('变更历史保留时间')}]]</td>
<td th:data-id="${commercial > 0 ? 'RevisionHistoryKeepingDays' : ''}" th:data-value="${RevisionHistoryKeepingDays}"> <td data-id="RevisionHistoryKeepingDays" th:data-value="${RevisionHistoryKeepingDays}">
[[${RevisionHistoryKeepingDays}]] [[${bundle.L('天')}]] [[${RevisionHistoryKeepingDays}]] [[${bundle.L('天')}]]
</td> </td>
</tr> </tr>
<tr> <tr>
<td>[[${bundle.L('回收站保留时间')}]] <sup class="rbv"></sup></td> <td>[[${bundle.L('回收站保留时间')}]]</td>
<td th:data-id="${commercial > 0 ? 'RecycleBinKeepingDays' : ''}" th:data-value="${RecycleBinKeepingDays}">[[${RecycleBinKeepingDays}]] [[${bundle.L('天')}]]</td> <td data-id="RecycleBinKeepingDays" th:data-value="${RecycleBinKeepingDays}">[[${RecycleBinKeepingDays}]] [[${bundle.L('天')}]]</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>