summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/_performance_chart.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/_performance_chart.html')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/_performance_chart.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/_performance_chart.html b/tuskar_ui/infrastructure/templates/infrastructure/_performance_chart.html
deleted file mode 100644
index f3806712..00000000
--- a/tuskar_ui/infrastructure/templates/infrastructure/_performance_chart.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<h4>{{ label }}</h4>
-<div class="overview_chart">
- <div class="chart_container">
- <div class="chart"
- data-chart-type="line_chart"
- data-url="{{ url }}"
- data-form-selector='#linechart_general_form'
- data-settings='{ "auto_size": false, "axes_x" : false, "axes_y" : false {% if y_max %}, "yMax": {{ y_max }} {% endif %} }'>
- </div>
- </div>
- <div class="bar_chart_container">
- <div class="chart"
- data-chart-type="overview_bar_chart">
- </div>
- </div>
-</div>