gitlab-org--gitlab-foss/app/views/projects/clusters/_banner.html.haml

15 lines
785 B
Text
Raw Normal View History

%h4= s_('ClusterIntegration|Cluster integration')
.settings-content
.hidden.js-cluster-error.alert.alert-danger.alert-block.append-bottom-10{ role: 'alert' }
2017-11-26 11:08:08 -05:00
= s_('ClusterIntegration|Something went wrong while creating your cluster on Google Kubernetes Engine')
%p.js-error-reason
.hidden.js-cluster-creating.alert.alert-info.alert-block.append-bottom-10{ role: 'alert' }
2017-11-26 11:08:08 -05:00
= s_('ClusterIntegration|Cluster is being created on Google Kubernetes Engine...')
.hidden.js-cluster-success.alert.alert-success.alert-block.append-bottom-10{ role: 'alert' }
2017-11-26 11:08:08 -05:00
= s_('ClusterIntegration|Cluster was successfully created on Google Kubernetes Engine. Refresh the page to see cluster\'s details')
%p= s_('ClusterIntegration|Control how your cluster integrates with GitLab')