commit | 5fdd7c5c457248997eb827f902b486c12bbe36bc | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Wed Dec 16 17:19:57 2015 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Wed Dec 16 17:19:57 2015 -0800 |
tree | b7daf95342c59dced5baa9385ce2c22ac824b4c0 | |
parent | eb1e53a6a2fb3dca016d54c4513bb6d7fd7d5aa3 [diff] [blame] |
realtime polling
diff --git a/xos-apps/auto-scale/gui/src/templates/slice-detail.tpl.html b/xos-apps/auto-scale/gui/src/templates/slice-detail.tpl.html new file mode 100644 index 0000000..d950afe --- /dev/null +++ b/xos-apps/auto-scale/gui/src/templates/slice-detail.tpl.html
@@ -0,0 +1,3 @@ +<canvas id="line" class="chart chart-line" chart-data="vm.chart.data" + chart-labels="vm.chart.labels" chart-legend="true" chart-series="vm.chart.series"> +</canvas> \ No newline at end of file