Commit b8a9da74 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '31161-fix-component-path' into 'master'

Fix the path for job log component

See merge request gitlab-org/gitlab!17766
parents 9ed48a38 79b3e942
......@@ -30,7 +30,7 @@ export default {
EnvironmentsBlock,
ErasedBlock,
Icon,
Log: () => (isNewJobLogActive() ? import('./job_log_json.vue') : import('./job_log.vue')),
Log: () => (isNewJobLogActive() ? import('./log/log.vue') : import('./job_log.vue')),
LogTopBar,
StuckBlock,
UnmetPrerequisitesBlock,
......
<script>
export default {
name: 'JobLogJSON',
};
</script>
<template>
<pre>
{{ __('This feature is in development. Please disable the `job_log_json` feature flag') }}
</pre>
</template>
......@@ -16074,9 +16074,6 @@ msgstr ""
msgid "This environment has no deployments yet."
msgstr ""
msgid "This feature is in development. Please disable the `job_log_json` feature flag"
msgstr ""
msgid "This feature requires local storage to be enabled"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment