summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_details.html.haml
blob: fb0a1aaebc41503ccfafacfd350d71cb16e83d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
%section#cluster-integration
  = render 'gitlab_integration_form'

  %section.settings.no-animate{ class: ('expanded' if expanded) }
    .settings-header
      %h4= s_('ClusterIntegration|Provider details')
      %button.btn.js-settings-toggle{ type: 'button' }
        = expanded ? _('Collapse') : _('Expand')
      %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)