多域的日志增加可查看配置详情,隐藏日志中的查看详情,提供可以复制日志过长title功能
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
$(document).ready(function() {
|
||||
// 隱藏日誌詳情
|
||||
$("table.logTb .icon-book-open").hide();
|
||||
// 界面鼠标悬停事件
|
||||
/* $("table.logTb").find("td").not(":has(a)").bind("mouseover", function(){
|
||||
var str = $(this).html(this.innerHTML.trim()).text();
|
||||
|
||||
Reference in New Issue
Block a user