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
289dffe0
Commit
289dffe0
authored
Oct 28, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add margin in metrics panels
parent
0ab413c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/monitoring/components/dashboard_panel_builder.vue
...scripts/monitoring/components/dashboard_panel_builder.vue
+2
-2
No files found.
app/assets/javascripts/monitoring/components/dashboard_panel_builder.vue
View file @
289dffe0
...
...
@@ -85,7 +85,7 @@ export default {
<
template
>
<div
class=
"prometheus-panel-builder"
>
<div
class=
"gl-xs-flex-direction-column gl-display-flex gl-mx-n3"
>
<gl-card
class=
"gl-flex-grow-1 gl-flex-basis-0 gl-mx-3"
>
<gl-card
class=
"gl-flex-grow-1 gl-flex-basis-0 gl-mx-3
gl-mb-5
"
>
<template
#header
>
<h2
class=
"gl-font-size-h2 gl-my-3"
>
{{
s__
(
'
Metrics|1. Define and preview panel
'
)
}}
</h2>
</
template
>
...
...
@@ -124,7 +124,7 @@ export default {
</gl-card>
<gl-card
class=
"gl-flex-grow-1 gl-flex-basis-0 gl-mx-3"
class=
"gl-flex-grow-1 gl-flex-basis-0 gl-mx-3
gl-mb-5
"
body-class=
"gl-display-flex gl-flex-direction-column"
>
<
template
#header
>
...
...
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