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
42a9b723
Commit
42a9b723
authored
Apr 22, 2021
by
Zamir Martins Filho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add class hide-collapsed for elements
under the else if condition
parent
876a10fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
app/assets/javascripts/vue_shared/alert_details/components/sidebar/sidebar_assignees.vue
...ed/alert_details/components/sidebar/sidebar_assignees.vue
+5
-1
ee/changelogs/unreleased/add_hidden_collapse_for_v-else-if.yml
...angelogs/unreleased/add_hidden_collapse_for_v-else-if.yml
+5
-0
No files found.
app/assets/javascripts/vue_shared/alert_details/components/sidebar/sidebar_assignees.vue
View file @
42a9b723
...
...
@@ -264,7 +264,11 @@ export default {
</div>
<gl-loading-icon
v-if=
"isUpdating"
:inline=
"true"
/>
<div
v-else-if=
"!isDropdownShowing"
class=
"value gl-m-0"
:class=
"{ 'no-value': !userName }"
>
<div
v-else-if=
"!isDropdownShowing"
class=
"hide-collapsed value gl-m-0"
:class=
"{ 'no-value': !userName }"
>
<div
v-if=
"userName"
class=
"gl-display-inline-flex gl-mt-2"
data-testid=
"assigned-users"
>
<span
class=
"gl-relative gl-mr-4"
>
<img
...
...
ee/changelogs/unreleased/add_hidden_collapse_for_v-else-if.yml
0 → 100644
View file @
42a9b723
---
title
:
Add hide-collapsed class for elements under the else-if scope
merge_request
:
60021
author
:
type
:
fixed
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