Skip to content

Commit a2e4324

Browse files
committed
Bug 1415087 - Fix persistent "Scaling to..." message for stateful sets
https://bugzilla.redhat.com/show_bug.cgi?id=1415087
1 parent 4d03d98 commit a2e4324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: app/views/browse/stateful-set.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1>
7272
TODO: scale/autoscale is a follow-on PR
7373
-->
7474
<deployment-donut
75-
deployment="statefulSet"
75+
rc="statefulSet"
7676
pods="podsForStatefulSet"
7777
scalable="isScalable()"
7878
alerts="alerts">

Diff for: dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4116,7 +4116,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
41164116
"<div class=\"row\" style=\"max-width: 650px\">\n" +
41174117
"<div class=\"col-sm-4 col-sm-push-8 browse-deployment-donut\">\n" +
41184118
"\n" +
4119-
"<deployment-donut deployment=\"statefulSet\" pods=\"podsForStatefulSet\" scalable=\"isScalable()\" alerts=\"alerts\">\n" +
4119+
"<deployment-donut rc=\"statefulSet\" pods=\"podsForStatefulSet\" scalable=\"isScalable()\" alerts=\"alerts\">\n" +
41204120
"</deployment-donut>\n" +
41214121
"</div>\n" +
41224122
"<div class=\"col-sm-8 col-sm-pull-4\">\n" +

0 commit comments

Comments
 (0)