dns monistor 查看历史记录样式修改
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -69,7 +69,7 @@ function buildIpsTablesHTML(host, ips) { | @@ -69,7 +69,7 @@ function buildIpsTablesHTML(host, ips) { | ||
69 | } | 69 | } |
70 | 70 | ||
71 | //超链接到查询历史记录的界面 | 71 | //超链接到查询历史记录的界面 |
72 | - html += "<td><a href=\"" + getUrlBasePath() + "/dns_monitor/history?host" + host + "&uid=" + uid + "\"><span style='font-size: large'>history</span></a></td></tr>"; | 72 | + html += "<td width='10%'><a style='text-decoration:underline;' href=\"" + getUrlBasePath() + "/dns_monitor/history?host=" + host + "&uid=" + uid + "\"><span style='font-size: large'>history</span></a></td></tr>"; |
73 | html += "</tr>"; | 73 | html += "</tr>"; |
74 | } | 74 | } |
75 | 75 |
-
Please register or login to post a comment