diff --git a/templates/repo/cloudbrain/show.tmpl b/templates/repo/cloudbrain/show.tmpl index 6fbff5956..c22012d3b 100755 --- a/templates/repo/cloudbrain/show.tmpl +++ b/templates/repo/cloudbrain/show.tmpl @@ -226,7 +226,7 @@ td, th {
" +podEventArray[i]["reason"] + "
"; + html +="" +podEventArray[i]["message"] + "
"; + html +="" +podEventArray[i]["action"] + "
"; + } + } + let extras= jsonObj["extras"]; + if(extras != null){ + html +="" +extras["reason"] + "
"; + html +="" +extras["message"] + "
"; + html +="" +extras["action"] + "
"; + } + + document.getElementById("info_display").innerHTML=html; + } + + + } +