diff --git a/nailgun/static/views/cluster_page.jsx b/nailgun/static/views/cluster_page.jsx index a7dbb1c3d9..c2726492c1 100644 --- a/nailgun/static/views/cluster_page.jsx +++ b/nailgun/static/views/cluster_page.jsx @@ -401,7 +401,7 @@ function($, _, i18n, Backbone, React, utils, models, dispatcher, componentMixins
{task ? ( -
+
3 ? taskProgress : 3) + '%'}} + style={{width: (infiniteTask ? 100 : taskProgress > 3 ? taskProgress : 3) + '%'}} > + {i18n('cluster_page.' + taskName, {defaultValue: ''})}
-
{i18n('cluster_page.' + taskName, {defaultValue: ''})}
{stoppableTask &&