|
|
|
@@ -492,7 +492,7 @@ td, th { |
|
|
|
let podEventArray = podEvents[task0]; |
|
|
|
if(podEventArray != null){ |
|
|
|
for(var i=0; i < podEventArray.length;i++){ |
|
|
|
html +="<p>[" +podEventArray[i]["reason"] + "]</p>"; |
|
|
|
html +="<p><b>[" +podEventArray[i]["reason"] + "]</b></p>"; |
|
|
|
html +="<p>" +podEventArray[i]["message"] + "</p>"; |
|
|
|
html +="<p>" +podEventArray[i]["action"] + "</p>"; |
|
|
|
} |
|
|
|
@@ -500,7 +500,7 @@ td, th { |
|
|
|
let extras= jsonObj["extras"]; |
|
|
|
if(extras != null){ |
|
|
|
for(var i=0; i < extras.length;i++){ |
|
|
|
html +="<p>[" +extras[i]["reason"] + "]</p>"; |
|
|
|
html +="<p><b>[" +extras[i]["reason"] + "]</b></p>"; |
|
|
|
html +="<p>" +extras[i]["message"] + "</p>"; |
|
|
|
html +="<p>" +extras[i]["action"] + "</p>"; |
|
|
|
} |
|
|
|
|