diff options
author | Phil Hughes <me@iamphill.com> | 2017-04-12 15:31:14 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-04-12 15:31:14 +0100 |
commit | 59616dc7505502bc1aab616099a9f37a295f7359 (patch) | |
tree | 14b5a1302b0c76d3b03c7ba4ea797c203671a9e7 /spec/javascripts | |
parent | 8c66ced7396be4a645ea530d3fcc247945203bb9 (diff) | |
download | gitlab-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.haml | 3 |
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' } |