summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_banner.html.haml
blob: a5de67be96b9465ad4ca95f9cac4e0758b971736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.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.row.js-cluster-api-unreachable.bs-callout.bs-callout-warning{ role: 'alert' }
  .col-11
    = s_('ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct.')
  .col-1.p-0
    %button.js-close-banner.close.cluster-application-banner-close.h-100.m-0= "×"

.hidden.js-cluster-authentication-failure.row.js-cluster-api-unreachable.bs-callout.bs-callout-warning{ role: 'alert' }
  .col-11
    = s_('ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid.')
  .col-1.p-0
    %button.js-close-banner.close.cluster-application-banner-close.h-100.m-0= "×"

.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")