Update index_search.html

This commit is contained in:
Anyon 2020-11-24 14:14:02 +08:00
parent 7f2e893415
commit 504f4b3f03

View File

@ -53,7 +53,7 @@
data.forEach(function (item, index) {
data[index] = [item.username, item.node, item.geoip, item.action, item.create_at];
});
data.unshift(['操作账号', '访问节点', '访问IP地址', '访问操作', '访问时间']);
data.unshift(['操作账号', '访问节点', '访问IP地址', '访问操作', '操作时间']);
return data;
}, '访问日志');
});