From 96ed5eb88df43a0763c2b61aa11b83ceee2c4f12 Mon Sep 17 00:00:00 2001 From: Hunternif Date: Thu, 2 May 2019 05:58:39 +0700 Subject: client: metric sorter UI, view & controller --- client/html/metric_header.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 client/html/metric_header.tpl (limited to 'client/html/metric_header.tpl') diff --git a/client/html/metric_header.tpl b/client/html/metric_header.tpl new file mode 100644 index 0000000..59fe038 --- /dev/null +++ b/client/html/metric_header.tpl @@ -0,0 +1,11 @@ +
+ + + <%= ctx.makeCheckbox({ + text: 'Show values on posts', + name: 'show-values-on-posts', + checked: ctx.showValuesOnPost, + class: 'append'}) %> + Start sorting +
-- cgit v1.3