文件操作 - history.html
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/tools/web_config/partials/history.html
编辑文件内容
<div id="table_filter_container"> <span ng-show="loadingText.length > 0"> {{ loadingText }} </span> <input id="table_filter_text_box" class="filter_text_box text_box_transient" placeholder="Filter" ng-model="queryInput"> </div> <table class="data_table"> <tbody> <tr ng-repeat="item in historyItems | filter:query"> <td ng-class="{'history_text': true, 'no_overflow': selectedItems.indexOf(item) < 0}" ng-click="selectItem(item)">{{ item }}</td> <td class="history_delete"> <a ng-click="deleteHistoryItem(item)"> <img class="delete_icon" src="delete.png"> </a> </td> </tr> </tbody> </table>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件