Skip to content
Snippets Groups Projects
Commit 4826ae07 authored by kushalpandya's avatar kushalpandya
Browse files

Changes based on UX review

parent b83a4048
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -73,11 +73,12 @@
.loading-metrics,
.empty-metrics {
text-align: center;
padding: 20px 10px;
padding: 30px 10px;
 
p,
.btn {
margin-top: 10px;
margin-bottom: 0;
}
 
p {
Loading
Loading
@@ -85,13 +86,17 @@
}
}
 
.loading-metrics .fa-spin {
color: $loading-color;
}
.metrics-list {
list-style-type: none;
margin: 0;
padding: 0;
 
li {
padding: 15px 10px;
padding: 16px;
 
.badge-count {
background: $badge-bg;
Loading
Loading
Loading
Loading
@@ -31,7 +31,7 @@
.panel-heading
%h3.panel-title
= 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
.panel-body.hidden
.flash-container
Loading
Loading
@@ -40,6 +40,6 @@
To set up automatic monitoring, add the environment variable
%code
$CI_ENVIRONMENT_SLUG
to exporter's queries.
to exporter’s queries.
= link_to 'More information', '#'
%ul.metrics-list.js-missing-var-metrics-list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment