Commit 4252e9ab authored by tywldx's avatar tywldx

f

parent 72f313ff
...@@ -227,9 +227,9 @@ function formatInfo(obj) { ...@@ -227,9 +227,9 @@ function formatInfo(obj) {
let time_then = new Date(obj.start_time); let time_then = new Date(obj.start_time);
// obj.service = obj.service[0]; // obj.service = obj.service[0];
let post_info = have_console(obj.service); let post_info = have_console(obj.service);
branch = ""; let branch = "";
branch_no_time = ""; let branch_no_time = "";
branch_time = ""; let branch_time = "";
try { try {
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];
......
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