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
2e30bd8d2ba01d8aad9a597b78e844b1f6db25b5
1 parent
4ee63a1b
修改dns monitor ui样式错误
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/histroy_single_host_uid.js
monitor-ui-web/src/main/webapp/script/dnsmonitor/histroy_single_host_uid.js
View file @
2e30bd8
...
...
@@ -37,7 +37,7 @@ function getHistroyInfo() {
//生成当前页面的表格
function
genarateTable
(
infoList
)
{
var
innerHTML
=
"<table id='shTable' class='table table-bordered mb30'>"
;
innerHTML
+=
"<thead><tr><th style='width: 10%;'>time</th><th style='width: 10%;'>host</th><th style='width: 5%;'>uid</th><th style='width: 10%;'>type</th><th style='width: 10%;'>status</th><th style='width: 10%;'>ip</th><th style='width: 1
0%;'>failedType</th><th style='width: 35
%;'>info</th></tr></thead><tbody>"
;
innerHTML
+=
"<thead><tr><th style='width: 10%;'>time</th><th style='width: 10%;'>host</th><th style='width: 5%;'>uid</th><th style='width: 10%;'>type</th><th style='width: 10%;'>status</th><th style='width: 10%;'>ip</th><th style='width: 1
5%;'>failedType</th><th style='width: 30
%;'>info</th></tr></thead><tbody>"
;
for
(
var
i
=
0
;
i
<
infoList
.
length
;
i
++
)
{
innerHTML
+=
"<tr><td>"
+
infoList
[
i
].
time
+
"</td>"
;
innerHTML
+=
"<td>"
+
infoList
[
i
].
host
+
"</td>"
;
...
...
Please
register
or
login
to post a comment