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
fe0acb89
Commit
fe0acb89
authored
May 19, 2021
by
Dheeraj Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix DAST Summary edit button vertical alignment
Changelog: fixed
parent
6726348b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
ee/app/assets/javascripts/on_demand_scans/components/profile_selector/profile_selector.vue
...nd_scans/components/profile_selector/profile_selector.vue
+1
-1
ee/changelogs/unreleased/djadmin-fix-site-summary-edit.yml
ee/changelogs/unreleased/djadmin-fix-site-summary-edit.yml
+5
-0
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/scanner_profile_selector_spec.js.snap
...ector/__snapshots__/scanner_profile_selector_spec.js.snap
+1
-1
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
...selector/__snapshots__/site_profile_selector_spec.js.snap
+1
-1
No files found.
ee/app/assets/javascripts/on_demand_scans/components/profile_selector/profile_selector.vue
View file @
fe0acb89
...
...
@@ -132,7 +132,7 @@ export default {
:title=
"$options.i18n.editProfileLabel"
:aria-label=
"$options.i18n.editProfileLabel"
:href=
"selectedProfile.editPath"
class=
"gl-absolute gl-right-7"
class=
"gl-absolute gl-right-7
gl-z-index-1
"
/>
<slot
name=
"summary"
></slot>
</div>
...
...
ee/changelogs/unreleased/djadmin-fix-site-summary-edit.yml
0 → 100644
View file @
fe0acb89
---
title
:
Fix DAST Profile Summary edit button alignment
merge_request
:
62057
author
:
type
:
fixed
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/scanner_profile_selector_spec.js.snap
View file @
fe0acb89
...
...
@@ -292,7 +292,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly with profiles 1`]
>
<a
aria-label="Edit profile"
class="btn gl-absolute gl-right-7 btn-default btn-md gl-button btn-icon"
class="btn gl-absolute gl-right-7
gl-z-index-1
btn-default btn-md gl-button btn-icon"
href="/scanner_profile/edit/1"
title="Edit profile"
>
...
...
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
View file @
fe0acb89
...
...
@@ -292,7 +292,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly with profiles 1`] = `
>
<a
aria-label="Edit profile"
class="btn gl-absolute gl-right-7 btn-default btn-md gl-button btn-icon"
class="btn gl-absolute gl-right-7
gl-z-index-1
btn-default btn-md gl-button btn-icon"
href="/site_profiles/edit/1"
title="Edit profile"
>
...
...
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