Skip to content
Snippets Groups Projects
Commit f80d705e authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

fix merge issue

parent b2e4ee7e
Branches
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ function jsonApiPods(labels, next, {details = true}={}) {
let status = "danger"
if (pod.metadata.deletionTimestamp) {
status = "danger"
else if (pod.status && pod.status.phase === 'Pending') {
} else if (pod.status && pod.status.phase === 'Pending') {
status = "warning"
} else if (pod.status && pod.status.phase === 'Running') {
const conds = pod.status.conditions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment