Commit c2968ea5 authored by tywldx's avatar tywldx

fix

parent fb098180
...@@ -310,7 +310,7 @@ admin.get('/get_namespace_by_type_for_jenkins/:_type', async function(req, res) ...@@ -310,7 +310,7 @@ admin.get('/get_namespace_by_type_for_jenkins/:_type', async function(req, res)
for(let ist of ns.details.instances){ for(let ist of ns.details.instances){
ns_array.push(ist.name) ns_array.push(ist.name)
} }
res.send(ns_array.join(" ")); res.send(ns_array.join("\n"));
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment