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
05a66a09
Commit
05a66a09
authored
Jun 28, 2018
by
Simon Knox
Committed by
Clement Ho
Jun 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "SQL Queries are not shown from the Performance Bar in Safari"
parent
7ba35a21
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
app/assets/javascripts/performance_bar/components/performance_bar_app.vue
...cripts/performance_bar/components/performance_bar_app.vue
+2
-1
app/assets/javascripts/performance_bar/components/request_selector.vue
...vascripts/performance_bar/components/request_selector.vue
+1
-4
app/assets/stylesheets/performance_bar.scss
app/assets/stylesheets/performance_bar.scss
+1
-2
changelogs/unreleased/48515-sql-queries-are-not-shown-from-the-performance-bar-in-safari.yml
...ries-are-not-shown-from-the-performance-bar-in-safari.yml
+5
-0
No files found.
app/assets/javascripts/performance_bar/components/performance_bar_app.vue
View file @
05a66a09
...
...
@@ -113,7 +113,7 @@ export default {
>
<div
v-if=
"currentRequest"
class=
"container-fluid container-limited"
class=
"
d-flex
container-fluid container-limited"
>
<div
id=
"peek-view-host"
...
...
@@ -179,6 +179,7 @@ export default {
v-if=
"currentRequest"
:current-request=
"currentRequest"
:requests=
"requests"
class=
"ml-auto"
@
change-current-request=
"changeCurrentRequest"
/>
</div>
...
...
app/assets/javascripts/performance_bar/components/request_selector.vue
View file @
05a66a09
...
...
@@ -35,10 +35,7 @@ export default {
};
</
script
>
<
template
>
<div
id=
"peek-request-selector"
class=
"float-right"
>
<div
id=
"peek-request-selector"
>
<select
v-model=
"currentRequestId"
>
<option
v-for=
"request in requests"
...
...
app/assets/stylesheets/performance_bar.scss
View file @
05a66a09
...
...
@@ -7,7 +7,6 @@
top
:
0
;
width
:
100%
;
z-index
:
2000
;
overflow-x
:
hidden
;
height
:
$performance-bar-height
;
background
:
$black
;
...
...
@@ -82,7 +81,7 @@
.view
{
margin-right
:
15px
;
fl
oat
:
left
;
fl
ex-shrink
:
0
;
&
:last-child
{
margin-right
:
0
;
...
...
changelogs/unreleased/48515-sql-queries-are-not-shown-from-the-performance-bar-in-safari.yml
0 → 100644
View file @
05a66a09
---
title
:
Fix performance bar modal visibility in Safari
merge_request
:
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