summaryrefslogtreecommitdiff
path: root/spec/javascripts
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-12 15:31:14 +0100
committerPhil Hughes <me@iamphill.com>2017-04-12 15:31:14 +0100
commit59616dc7505502bc1aab616099a9f37a295f7359 (patch)
tree14b5a1302b0c76d3b03c7ba4ea797c203671a9e7 /spec/javascripts
parent8c66ced7396be4a645ea530d3fcc247945203bb9 (diff)
downloadgitlab-ce-59616dc7505502bc1aab616099a9f37a295f7359.tar.gz
Fixed up some code
Improved the design Pulls the endpoint from the HAML
Diffstat (limited to 'spec/javascripts')
-rw-r--r--spec/javascripts/fixtures/environments/metrics.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/javascripts/fixtures/environments/metrics.html.haml b/spec/javascripts/fixtures/environments/metrics.html.haml
index 483063fb889..e104c536fe9 100644
--- a/spec/javascripts/fixtures/environments/metrics.html.haml
+++ b/spec/javascripts/fixtures/environments/metrics.html.haml
@@ -1,4 +1,5 @@
%div
+ %svg.graph-line-shadow
.top-area
.row
.col-sm-6
@@ -9,4 +10,4 @@
%svg.prometheus-graph{ 'graph-type' => 'cpu_values' }
.row
.col-sm-12
- %svg.prometheus-graph{ 'graph-type' => 'memory_values' } \ No newline at end of file
+ %svg.prometheus-graph{ 'graph-type' => 'memory_values' }