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
a2b68693
Commit
a2b68693
authored
May 31, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add styles for Prometheus Service Metrics
parent
15908cf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
1 deletion
+37
-1
app/assets/stylesheets/pages/settings.scss
app/assets/stylesheets/pages/settings.scss
+37
-1
No files found.
app/assets/stylesheets/pages/settings.scss
View file @
a2b68693
...
@@ -38,14 +38,31 @@
...
@@ -38,14 +38,31 @@
.prometheus-metrics-monitoring
{
.prometheus-metrics-monitoring
{
.panel
{
.panel
{
.panel-toggle
{
width
:
12px
;
&
.fa-caret-right
{
padding-left
:
4px
;
}
}
.panel-heading
.badge-count
{
.panel-heading
.badge-count
{
padding
:
3px
8px
;
color
:
$white-light
;
color
:
$white-light
;
background
:
$common-gray-dark
;
background
:
$common-gray-dark
;
}
.panel-body
{
padding
:
0
;
}
.badge-count
{
margin-left
:
3px
;
padding
:
3px
8px
;
border-radius
:
40%
;
border-radius
:
40%
;
}
}
}
}
.loading-metrics
,
.empty-metrics
{
.empty-metrics
{
text-align
:
center
;
text-align
:
center
;
padding
:
20px
10px
;
padding
:
20px
10px
;
...
@@ -59,4 +76,23 @@
...
@@ -59,4 +76,23 @@
color
:
$gl-gray-light
;
color
:
$gl-gray-light
;
}
}
}
}
.metrics-list
{
list-style-type
:
none
;
margin
:
0
;
padding
:
0
;
li
{
padding
:
15px
10px
;
.badge-count
{
background
:
$badge-bg
;
}
}
/* Ensure we don't add border if there's only single li */
li
+
li
{
border-top
:
1px
solid
$border-color
;
}
}
}
}
\ No newline at end of file
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