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-01-21 18:13:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-21 18:13:54 +0300
commit48fc1ad8991a96ef2eaa927bb6df3bfab2c78e46 (patch)
tree12d1587e82af71bb32db890fe865e18269d5edd7 /app/assets/javascripts/runner
parentcb6f08be88608936fbeafa535cf725e1eaa3ffeb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/runner')
-rw-r--r--app/assets/javascripts/runner/admin_runners/admin_runners_app.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/javascripts/runner/admin_runners/admin_runners_app.vue b/app/assets/javascripts/runner/admin_runners/admin_runners_app.vue
index bb2bac531a7..e6575e55a1c 100644
--- a/app/assets/javascripts/runner/admin_runners/admin_runners_app.vue
+++ b/app/assets/javascripts/runner/admin_runners/admin_runners_app.vue
@@ -99,7 +99,10 @@ export default {
allRunnersCount: {
...runnersCountSmartQuery,
variables() {
- return this.countVariables;
+ return {
+ ...this.countVariables,
+ type: null,
+ };
},
},
instanceRunnersCount: {