Skip to content

Commit 622ed43

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): e5dcaf2e91b1d22e610a66cd63d546ca9c3448e1
1 parent b35415d commit 622ed43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/assets/bindata.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -12759,9 +12759,9 @@ return b === c;
1275912759
function l(a) {
1276012760
if (d(a)) return "Terminating";
1276112761
var b = e(a);
12762-
return _.some(b), {
12762+
return _.some(b, {
1276312763
severity:"error"
12764-
} ? "Failed" :b.length ? "Warning" :c(a) ? "Pulling" :"Running" !== a.status.phase || k(a) ? _.get(a, "status.phase", "Unknown") :"Not Ready";
12764+
}) ? "Failed" :_.isEmpty(b) ? c(a) ? "Pulling" :"Running" !== a.status.phase || k(a) ? _.get(a, "status.phase", "Unknown") :"Not Ready" :"Warning";
1276512765
}
1276612766
function m() {
1276712767
var b = {};

0 commit comments

Comments
 (0)