Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
424936d2
Commit
424936d2
authored
Nov 18, 2020
by
Miguel Rincon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'jivanvl-add-white-space-pre-line-runner-instructions' into 'master'"
This reverts merge request !47323
parent
d0564274
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
app/assets/javascripts/vue_shared/components/runner_instructions/runner_instructions.vue
...ed/components/runner_instructions/runner_instructions.vue
+2
-8
No files found.
app/assets/javascripts/vue_shared/components/runner_instructions/runner_instructions.vue
View file @
424936d2
...
...
@@ -179,10 +179,7 @@ export default {
</
template
>
<
template
v-if=
"!instructionsEmpty"
>
<div
class=
"gl-display-flex"
>
<pre
class=
"bg-light gl-flex-fill-1 gl-white-space-pre-line"
data-testid=
"binary-instructions"
>
<pre
class=
"bg-light gl-flex-fill-1"
data-testid=
"binary-instructions"
>
{{
instructions
.
installInstructions
}}
</pre>
<gl-button
...
...
@@ -199,10 +196,7 @@ export default {
<h5
class=
"gl-mb-5"
>
{{
$options
.
i18n
.
registerRunner
}}
</h5>
<h5
class=
"gl-mb-5"
>
{{
$options
.
i18n
.
method
}}
</h5>
<div
class=
"gl-display-flex"
>
<pre
class=
"bg-light gl-flex-fill-1 gl-white-space-pre-line"
data-testid=
"runner-instructions"
>
<pre
class=
"bg-light gl-flex-fill-1"
data-testid=
"runner-instructions"
>
{{
instructions
.
registerInstructions
}}
</pre>
<gl-button
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment