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:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-12-05 15:31:07 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2017-12-05 15:31:07 +0300
commit2fc29237aacd8df778ede532e450d06c79c63004 (patch)
treeffafca695f63d92897ce543c3c51fbf73a403d5d /app/assets/javascripts/clusters
parent9429514e303bdceee0621b5c4bf02ad8ca0a7add (diff)
parentf1357a1e15bead6b58c049357c765dd991c04d9b (diff)
Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-page-with-list-clusters
Diffstat (limited to 'app/assets/javascripts/clusters')
-rw-r--r--app/assets/javascripts/clusters/clusters_index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/clusters/clusters_index.js b/app/assets/javascripts/clusters/clusters_index.js
index 82ac8d93035..6844d1dbd83 100644
--- a/app/assets/javascripts/clusters/clusters_index.js
+++ b/app/assets/javascripts/clusters/clusters_index.js
@@ -28,7 +28,7 @@ const toggleValue = (button) => {
*
* When the user clicks the toggle button for each cluster, it:
* - toggles the button
- * - shows a loading and disabled state
+ * - shows a loading and disables button
* - Makes a put request to the given endpoint
* Once we receive the response, either:
* 1) Show updated status in case of successfull response