commit | 820d865ce69c8db894376f392e94426ff28d9cfe | [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 | 4d7ee3903ca20fa3adfcbf4aa04f5868aa9a7977 [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