Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
skinny.wu
9 years ago
Commit
e4ef6ee0ff62da3386b31f267a5a11d493a5dc65
1 parent
95c1009b
dns monistor 查看历史记录样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-web/src/main/webapp/script/dnsmonitor/current.js
monitor-ui-web/src/main/webapp/script/dnsmonitor/current.js
View file @
e4ef6ee
...
...
@@ -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>"
;
}
...
...
Please
register
or
login
to post a comment