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:
authorEric Eastwood <contact@ericeastwood.com>2017-11-06 22:50:10 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-11-06 22:50:10 +0300
commit4e07fd71a34bc8003668b7c387f4c46e9e6640d4 (patch)
tree79389b5ee6c102f44cdf9344587462a15c96340e /app/assets/javascripts/clusters
parent39dd1c66dd349146ae75070b1ea15d3539a4b2a8 (diff)
Remove misspelled duplicate endpoint
Diffstat (limited to 'app/assets/javascripts/clusters')
-rw-r--r--app/assets/javascripts/clusters/clusters_bundle.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/clusters/clusters_bundle.js b/app/assets/javascripts/clusters/clusters_bundle.js
index 9ca0ec407fd..f9d2eab0919 100644
--- a/app/assets/javascripts/clusters/clusters_bundle.js
+++ b/app/assets/javascripts/clusters/clusters_bundle.js
@@ -43,7 +43,6 @@ export default class Clusters {
endpoint: statusPath,
installHelmEndpoint: installHelmPath,
installIngressEndpoint: installIngressPath,
- installIngresEndpoint: installIngressPath,
installRunnerEndpoint: installRunnerPath,
});