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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-15 23:53:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-15 23:53:27 +0300
commit601cd5b4c0395abadeda5cfaf3b269b12662f743 (patch)
treee2e4a53982150ffca0baa7f8f749f1689acc1b71 /app/assets/javascripts/clusters
parent7fc80ce5a5d21d2ba452eefabb02a2c8f7eb86ea (diff)
Add latest changes from gitlab-org/gitlab@15-0-stable-ee
Diffstat (limited to 'app/assets/javascripts/clusters')
-rw-r--r--app/assets/javascripts/clusters/agents/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/clusters/agents/index.js b/app/assets/javascripts/clusters/agents/index.js
index 8a447f57f00..2070a32426e 100644
--- a/app/assets/javascripts/clusters/agents/index.js
+++ b/app/assets/javascripts/clusters/agents/index.js
@@ -18,6 +18,7 @@ export default () => {
emptyStateSvgPath,
projectPath,
kasAddress,
+ kasVersion,
canAdminCluster,
} = el.dataset;
@@ -32,6 +33,7 @@ export default () => {
emptyStateSvgPath,
projectPath,
kasAddress,
+ kasVersion,
canAdminCluster: parseBoolean(canAdminCluster),
},
render(createElement) {