:title="s__('ClusterAgents|Integrate Kubernetes with a GitLab Agent')"
class="empty-state--agent"
>
<template#description>
<p>
<pclass="mw-460 gl-mx-auto">
<gl-sprintf
:message="
s__(
...
...
@@ -39,7 +54,7 @@ export default {
</gl-sprintf>
</p>
<p>
<pclass="mw-460 gl-mx-auto">
<gl-sprintf
:message="
s__(
...
...
@@ -57,10 +72,40 @@ export default {
</template>
</gl-sprintf>
</p>
<gl-alert
v-if="!hasConfigurations"
variant="warning"
class="gl-mb-5 text-left"
:dismissible="false"
>
{{
s__(
'ClusterAgents|To install an Agent you should create an agent directory in the Repository first. We recommend that you add the Agent configuration to the directory before you start the installation process.',
msgid "ClusterAgents|Integrate Kubernetes with a GitLab Agent"
msgstr ""
...
...
@@ -6979,6 +6982,9 @@ msgstr ""
msgid "ClusterAgents|Never"
msgstr ""
msgid "ClusterAgents|Read more about getting started"
msgstr ""
msgid "ClusterAgents|The GitLab Agent also requires %{linkStart}enabling the Agent Server%{linkEnd}"
msgstr ""
...
...
@@ -6988,6 +6994,9 @@ msgstr ""
msgid "ClusterAgents|This agent has no tokens"
msgstr ""
msgid "ClusterAgents|To install an Agent you should create an agent directory in the Repository first. We recommend that you add the Agent configuration to the directory before you start the installation process."