summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/environments/metrics.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/fixtures/environments/metrics.html.haml')
-rw-r--r--spec/javascripts/fixtures/environments/metrics.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/javascripts/fixtures/environments/metrics.html.haml b/spec/javascripts/fixtures/environments/metrics.html.haml
new file mode 100644
index 00000000000..483063fb889
--- /dev/null
+++ b/spec/javascripts/fixtures/environments/metrics.html.haml
@@ -0,0 +1,12 @@
+%div
+ .top-area
+ .row
+ .col-sm-6
+ %h3.page-title
+ Metrics for environment
+ .row
+ .col-sm-12
+ %svg.prometheus-graph{ 'graph-type' => 'cpu_values' }
+ .row
+ .col-sm-12
+ %svg.prometheus-graph{ 'graph-type' => 'memory_values' } \ No newline at end of file