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
xuhui
8 years ago
Commit
2a15002154661b107bca85f090e018fbf8d1b0f9
1 parent
1ceeb9a2
添加一空行
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
monitor-ui-web/src/main/webapp/script/autoscaling/autoscaling.js
monitor-ui-web/src/main/webapp/script/autoscaling/autoscaling.js
View file @
2a15002
...
...
@@ -479,6 +479,7 @@ function integrationTest(ips){
if
(
!
data
||
data
.
code
!=
200
)
{
responseError
(
data
);
}
else
{
writeToText
(
" "
);
var
dataJson
=
data
.
data
;
for
(
var
i
=
0
;
i
<
dataJson
.
length
;
i
++
)
{
writeToText
(
dataJson
[
i
].
ip
+
":请求url:"
+
dataJson
[
i
].
url
);
...
...
Please
register
or
login
to post a comment