summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ci/runner/admin_runners/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ci/runner/admin_runners/index.js')
-rw-r--r--app/assets/javascripts/ci/runner/admin_runners/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/ci/runner/admin_runners/index.js b/app/assets/javascripts/ci/runner/admin_runners/index.js
index c6db7148eb1..881dc3613e9 100644
--- a/app/assets/javascripts/ci/runner/admin_runners/index.js
+++ b/app/assets/javascripts/ci/runner/admin_runners/index.js
@@ -31,6 +31,7 @@ export const initAdminRunners = (selector = '#js-admin-runners') => {
const {
runnerInstallHelpPage,
+ newRunnerPath,
registrationToken,
onlineContactTimeoutSecs,
staleTimeoutSecs,
@@ -58,6 +59,7 @@ export const initAdminRunners = (selector = '#js-admin-runners') => {
render(h) {
return h(AdminRunnersApp, {
props: {
+ newRunnerPath,
registrationToken,
},
});