Commit 4b24ca5c authored by 智勇's avatar 智勇

add branch in formatInfo()

parent b770ffaa
......@@ -230,6 +230,7 @@ function formatInfo(obj) {
let info = {
image: obj.image,
name: obj.microservice_name || "",
branch: obj.image.split(":")[1] || "",
host: "",
host_ip: obj.host_ip || "",
health: "",
......
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