...
|
...
|
@@ -69,7 +69,7 @@ function buildIpsTablesHTML(host, ips) { |
|
|
}
|
|
|
|
|
|
//超链接到查询历史记录的界面
|
|
|
html += "<td><a href=\"" + getUrlBasePath() + "/dns_monitor/history?host" + host + "&uid=" + uid + "\"><span style='font-size: large'>history</span></a></td></tr>";
|
|
|
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>";
|
|
|
html += "</tr>";
|
|
|
}
|
|
|
|
...
|
...
|
|