Commit fda45c9f authored by Kento HASEGAWA's avatar Kento HASEGAWA

Improve GUI

parent 69498cb0
......@@ -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);
......
......@@ -4,7 +4,7 @@
<th class="large-cell">File Name</th>
<th class="small-cell">
Size<br />
#B/#L/#G
#B/#L/#G/#N
</th>
<!-- <th class="small-cell">B/L/G</th> -->
<th class="small-cell">Status</th>
......@@ -26,13 +26,9 @@
{{v.size_str}} [{{'{:,.1f}%'.format(v.filling_rate * 100)}}]<br />
{{v.block_num}} /
{{v.line_numbers | length - 1}} /
{{v.block_groups | length}}
{{v.block_groups | length}} /
{{v.null_blocks | length}}
</td>
<!-- <td class="small-cell">
{{v.block_num}}/
{{v.line_numbers | length}}/
{{v.block_groups | length}}
</td> -->
<td class="small-cell">{{v.status}}</td>
</tr>
{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment