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:
Diffstat (limited to 'app/assets/javascripts/ci/runner/project_runners/project_runners_app.vue')
-rw-r--r--app/assets/javascripts/ci/runner/project_runners/project_runners_app.vue19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/assets/javascripts/ci/runner/project_runners/project_runners_app.vue b/app/assets/javascripts/ci/runner/project_runners/project_runners_app.vue
deleted file mode 100644
index c7bf5e521a1..00000000000
--- a/app/assets/javascripts/ci/runner/project_runners/project_runners_app.vue
+++ /dev/null
@@ -1,19 +0,0 @@
-<script>
-export default {
- props: {
- projectFullPath: {
- required: true,
- type: String,
- },
- },
-};
-</script>
-<template>
- <div>
- <!--
- Under development
- Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/33803
- Feature rollout: https://gitlab.com/gitlab-org/gitlab/-/issues/386573
- -->
- </div>
-</template>