Skip to content

Commit 4e9f4e8

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): b9034e8109e833d961d771a4ecbedbfeb4422919
1 parent f5dce33 commit 4e9f4e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/assets/bindata.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12702,7 +12702,9 @@ status:{
1270212702
phase:"Failed"
1270312703
}
1270412704
}), c = _.size(b);
12705-
if (a.mini) return void (a.total = c);
12705+
if (a.mini) return void a.$evalAsync(function() {
12706+
a.total = c;
12707+
});
1270612708
var d;
1270712709
d = angular.isNumber(a.desired) && a.desired !== c ? "scaling to " + a.desired + "..." :1 === c ? "pod" :"pods", a.idled ? g.updateDonutCenterText(f[0], "Idle") :g.updateDonutCenterText(f[0], c, d);
1270812710
}

0 commit comments

Comments
 (0)