some text changes

This commit is contained in:
Jerry Yan 2019-04-29 11:44:58 +08:00
parent 251c1e53fc
commit 1f07e1046c

View File

@ -21,9 +21,9 @@
<td><span id="outSpeed"></span>/s</td> <td><span id="outSpeed"></span>/s</td>
</tr> </tr>
<tr> <tr>
<td class='title'>文件清理时间</td> <td class='title'>文件清理</td>
<td>清理<span id="fileExpire"></span>天前的文件</td>
<td>@ <span id="doCleanTime"></span></td> <td>@ <span id="doCleanTime"></span></td>
<td>清理超过<span id="fileExpire"></span>天的文件</td>
</tr> </tr>
</table> </table>
<script src="/static/device.js"></script> <script src="/static/device.js"></script>