Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_details.html.haml « clusters « clusters « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34408a9adebbab8315d3978d7f314b25c2effdfd (plain)
1
2
3
4
5
6
7
8
9
%section#cluster-integration
  = render 'gitlab_integration_form'

  %section.settings.no-animate{ class: ('expanded' if expanded) }
    .settings-header
      %h4= s_('ClusterIntegration|Provider details')
      %p= s_('ClusterIntegration|See and edit the details for your Kubernetes cluster')
    .settings-content
      = render 'provider_details_form', cluster: @cluster, platform: @cluster.platform_kubernetes, update_cluster_url_path: clusterable.cluster_path(@cluster)