From fda45c9f398739441d1620c2d7321fb97e43cb01 Mon Sep 17 00:00:00 2001 From: Kento HASEGAWA Date: Fri, 23 Aug 2019 16:07:51 +0900 Subject: [PATCH] Improve GUI --- static/js/adc2019.js | 2 +- templates/part_problems.html | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/static/js/adc2019.js b/static/js/adc2019.js index 3708073..ad90cb7 100644 --- a/static/js/adc2019.js +++ b/static/js/adc2019.js @@ -46,7 +46,7 @@ class StatusView { window.open(viewer_url, "_blank"); }); - _this.container.find('#chk-solver-all').prop('checked', true); + _this.container.find('#chk-solver-all').prop('checked', false); _this.container.find('#chk-solver-all').on('change', (e) => { var _me = $(e.target); diff --git a/templates/part_problems.html b/templates/part_problems.html index c44b4c1..adde18f 100644 --- a/templates/part_problems.html +++ b/templates/part_problems.html @@ -4,7 +4,7 @@ File Name Size
- #B/#L/#G + #B/#L/#G/#N Status @@ -26,13 +26,9 @@ {{v.size_str}} [{{'{:,.1f}%'.format(v.filling_rate * 100)}}]
{{v.block_num}} / {{v.line_numbers | length - 1}} / - {{v.block_groups | length}} + {{v.block_groups | length}} / + {{v.null_blocks | length}} - {{v.status}} {% endfor %} -- 2.22.0