summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/clusters/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/show.html.haml b/app/views/projects/clusters/show.html.haml
index ec1eabe5c57..3643ba40ee7 100644
--- a/app/views/projects/clusters/show.html.haml
+++ b/app/views/projects/clusters/show.html.haml
@@ -29,7 +29,7 @@
= s_('ClusterIntegration|Save changes')
- - if can?(current_user, :update_cluster, @cluster) && @cluster.scheduled? || @cluster.creating?
+ - if can?(current_user, :update_cluster, @cluster) && @cluster.on_creation?
.form_group
%label
= s_('ClusterIntegration|Google container engine')