Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2017-01-18 11:43:15 +0800
Commit
cfffaf0baffcf0443665923c7bb229c048e11586
1 parent
d1df2a34
fix undefined bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
apps/web/actions/collect_data.js
apps/web/actions/collect_data.js
View file @
cfffaf0
...
...
@@ -26,6 +26,8 @@ module.exports = {
hosts
=
target
;
}
hosts
=
hosts
||
[];
hosts
.
forEach
((
host
)
=>
{
if
(
!
servers
[
host
])
{
servers
[
host
]
=
new
Collect
(
host
,
p
.
name
,
p
.
cloud
);
...
...
Please
register
or
login
to post a comment