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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
4826ae07
Commit
4826ae07
authored
Jun 01, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes based on UX review
parent
b83a4048
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
app/assets/stylesheets/pages/settings.scss
app/assets/stylesheets/pages/settings.scss
+7
-2
app/views/projects/services/prometheus/_show.html.haml
app/views/projects/services/prometheus/_show.html.haml
+2
-2
No files found.
app/assets/stylesheets/pages/settings.scss
View file @
4826ae07
...
@@ -73,11 +73,12 @@
...
@@ -73,11 +73,12 @@
.loading-metrics
,
.loading-metrics
,
.empty-metrics
{
.empty-metrics
{
text-align
:
center
;
text-align
:
center
;
padding
:
2
0px
10px
;
padding
:
3
0px
10px
;
p
,
p
,
.btn
{
.btn
{
margin-top
:
10px
;
margin-top
:
10px
;
margin-bottom
:
0
;
}
}
p
{
p
{
...
@@ -85,13 +86,17 @@
...
@@ -85,13 +86,17 @@
}
}
}
}
.loading-metrics
.fa-spin
{
color
:
$loading-color
;
}
.metrics-list
{
.metrics-list
{
list-style-type
:
none
;
list-style-type
:
none
;
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
li
{
li
{
padding
:
1
5px
10
px
;
padding
:
1
6
px
;
.badge-count
{
.badge-count
{
background
:
$badge-bg
;
background
:
$badge-bg
;
...
...
app/views/projects/services/prometheus/_show.html.haml
View file @
4826ae07
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
.panel-heading
.panel-heading
%h3
.panel-title
%h3
.panel-title
=
icon
(
'caret-right lg'
,
class:
'panel-toggle js-panel-toggle'
,
'aria-label'
=>
'Toggle panel'
)
=
icon
(
'caret-right lg'
,
class:
'panel-toggle js-panel-toggle'
,
'aria-label'
=>
'Toggle panel'
)
Missing environment variable
(s)
Missing environment variable
%span
.badge-count.js-env-var-count
0
%span
.badge-count.js-env-var-count
0
.panel-body.hidden
.panel-body.hidden
.flash-container
.flash-container
...
@@ -40,6 +40,6 @@
...
@@ -40,6 +40,6 @@
To set up automatic monitoring, add the environment variable
To set up automatic monitoring, add the environment variable
%code
%code
$CI_ENVIRONMENT_SLUG
$CI_ENVIRONMENT_SLUG
to exporter
'
s queries.
to exporter
’
s queries.
=
link_to
'More information'
,
'#'
=
link_to
'More information'
,
'#'
%ul
.metrics-list.js-missing-var-metrics-list
%ul
.metrics-list.js-missing-var-metrics-list
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