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
8b93d5e1
Commit
8b93d5e1
authored
Aug 07, 2021
by
mgandres
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pipeline status layout in pipeline editor
Changelog: fixed
parent
b171057d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
app/assets/javascripts/pipeline_editor/components/header/pipeline_status.vue
...pts/pipeline_editor/components/header/pipeline_status.vue
+8
-4
No files found.
app/assets/javascripts/pipeline_editor/components/header/pipeline_status.vue
View file @
8b93d5e1
...
...
@@ -104,12 +104,16 @@ export default {
class=
"gl-display-flex gl-justify-content-space-between gl-align-items-center gl-white-space-nowrap gl-max-w-full"
>
<template
v-if=
"showLoadingState"
>
<gl-loading-icon
class=
"gl-mr-auto gl-display-inline-block"
size=
"sm"
/>
<span
data-testid=
"pipeline-loading-msg"
>
{{
$options
.
i18n
.
fetchLoading
}}
</span>
<div>
<gl-loading-icon
class=
"gl-mr-auto gl-display-inline-block"
size=
"sm"
/>
<span
data-testid=
"pipeline-loading-msg"
>
{{
$options
.
i18n
.
fetchLoading
}}
</span>
</div>
</
template
>
<
template
v-else-if=
"hasError"
>
<gl-icon
class=
"gl-mr-auto"
name=
"warning-solid"
/>
<span
data-testid=
"pipeline-error-msg"
>
{{
$options
.
i18n
.
fetchError
}}
</span>
<div>
<gl-icon
class=
"gl-mr-auto"
name=
"warning-solid"
/>
<span
data-testid=
"pipeline-error-msg"
>
{{
$options
.
i18n
.
fetchError
}}
</span>
</div>
</
template
>
<
template
v-else
>
<div>
...
...
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