Update link to documentation
Make link clear in note box Also update strings to be translatable
This commit is contained in:
parent
671c5b2e6f
commit
887bbd8e7e
2 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,13 @@
|
||||||
.nav-text
|
.nav-text
|
||||||
= s_("ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project")
|
= s_("ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project")
|
||||||
= render 'clusters/clusters/buttons'
|
= render 'clusters/clusters/buttons'
|
||||||
|
|
||||||
|
- if @clusters.length > clusterable.clusters.length
|
||||||
|
.bs-callout.bs-callout-info
|
||||||
|
= s_("ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters.")
|
||||||
|
%strong
|
||||||
|
= link_to _('More information'), help_page_path('user/group/clusters/', anchor: 'cluster-precedence')
|
||||||
|
|
||||||
.clusters-table.js-clusters-list
|
.clusters-table.js-clusters-list
|
||||||
.gl-responsive-table-row.table-row-header{ role: "row" }
|
.gl-responsive-table-row.table-row-header{ role: "row" }
|
||||||
.table-section.section-60{ role: "rowheader" }
|
.table-section.section-60{ role: "rowheader" }
|
||||||
|
|
|
@ -1497,6 +1497,9 @@ msgstr ""
|
||||||
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
|
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "ClusterIntegration|Copy API URL"
|
msgid "ClusterIntegration|Copy API URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue