From 79d3c6c1e9a68792d315aed5f50d5ae0ac6d8d68 Mon Sep 17 00:00:00 2001 From: Linghui Zeng Date: Thu, 21 Apr 2016 17:01:43 +0800 Subject: Add other dashboard code for data collection JIRA: PREDICTION-50 Change-Id: Icc4a960f7da71c4922b27e8179dad5bdced1fc2d Signed-off-by: Linghui Zeng --- predPy/templates/meterSamples.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 predPy/templates/meterSamples.html diff --git a/predPy/templates/meterSamples.html b/predPy/templates/meterSamples.html new file mode 100644 index 0000000..63c460d --- /dev/null +++ b/predPy/templates/meterSamples.html @@ -0,0 +1,12 @@ +$def with (count) + +$if count: +

Well done! Collection is completed.

+

$count rows of meter samples have been written in the file named "collectMeterSamples.arff" in your current directory.

+

Please check!

+$else: +

That's too bad! The meter samples are not successfully generated. Please try again!

+ +
+ +
-- cgit 1.2.3-korg