Commit 6a4f000b authored by 智勇's avatar 智勇

branch_time

parent ed028980
...@@ -232,6 +232,7 @@ function formatInfo(obj) { ...@@ -232,6 +232,7 @@ function formatInfo(obj) {
name: obj.microservice_name || "", name: obj.microservice_name || "",
branch: obj.image.split(":")[1] || "", branch: obj.image.split(":")[1] || "",
branch_no_time: obj.image.split(":")[1].split("-")[0] || "", branch_no_time: obj.image.split(":")[1].split("-")[0] || "",
branch_time: obj.image.split(":")[1].split("-")[1] || "",
host: "", host: "",
host_ip: obj.host_ip || "", host_ip: obj.host_ip || "",
health: "", 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