Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.4.1^2
zouap 3 years ago
parent
commit
1562809c87
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/cloudbrain/show.tmpl

+ 2
- 2
templates/repo/cloudbrain/show.tmpl View File

@@ -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>";
}


Loading…
Cancel
Save