summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_banner.html.haml
blob: 160c5f009a78d29cc961f8ed808da1b78c808da6 (plain)
1
2
3
4
5
6
7
8
9
.hidden.js-cluster-error.bs-callout.bs-callout-danger{ role: 'alert' }
  = s_('ClusterIntegration|Something went wrong while creating your Kubernetes cluster on Google Kubernetes Engine')
  %p.js-error-reason

.hidden.js-cluster-creating.bs-callout.bs-callout-info{ role: 'alert' }
  = s_('ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine...')

.hidden.js-cluster-success.bs-callout.bs-callout-success{ role: 'alert' }
  = s_("ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine. Refresh the page to see Kubernetes cluster's details")