Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
adc2019-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
adc2019
adc2019-system
Commits
fda45c9f
Commit
fda45c9f
authored
Aug 23, 2019
by
Kento HASEGAWA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve GUI
parent
69498cb0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
adc2019.js
static/js/adc2019.js
+1
-1
part_problems.html
templates/part_problems.html
+3
-7
No files found.
static/js/adc2019.js
View file @
fda45c9f
...
@@ -46,7 +46,7 @@ class StatusView {
...
@@ -46,7 +46,7 @@ class StatusView {
window
.
open
(
viewer_url
,
"_blank"
);
window
.
open
(
viewer_url
,
"_blank"
);
});
});
_this
.
container
.
find
(
'#chk-solver-all'
).
prop
(
'checked'
,
tru
e
);
_this
.
container
.
find
(
'#chk-solver-all'
).
prop
(
'checked'
,
fals
e
);
_this
.
container
.
find
(
'#chk-solver-all'
).
on
(
'change'
,
(
e
)
=>
{
_this
.
container
.
find
(
'#chk-solver-all'
).
on
(
'change'
,
(
e
)
=>
{
var
_me
=
$
(
e
.
target
);
var
_me
=
$
(
e
.
target
);
...
...
templates/part_problems.html
View file @
fda45c9f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<th
class=
"large-cell"
>
File Name
</th>
<th
class=
"large-cell"
>
File Name
</th>
<th
class=
"small-cell"
>
<th
class=
"small-cell"
>
Size
<br
/>
Size
<br
/>
#B/#L/#G
#B/#L/#G
/#N
</th>
</th>
<!-- <th class="small-cell">B/L/G</th> -->
<!-- <th class="small-cell">B/L/G</th> -->
<th
class=
"small-cell"
>
Status
</th>
<th
class=
"small-cell"
>
Status
</th>
...
@@ -26,13 +26,9 @@
...
@@ -26,13 +26,9 @@
{{v.size_str}} [{{'{:,.1f}%'.format(v.filling_rate * 100)}}]
<br
/>
{{v.size_str}} [{{'{:,.1f}%'.format(v.filling_rate * 100)}}]
<br
/>
{{v.block_num}} /
{{v.block_num}} /
{{v.line_numbers | length - 1}} /
{{v.line_numbers | length - 1}} /
{{v.block_groups | length}}
{{v.block_groups | length}} /
{{v.null_blocks | length}}
</td>
</td>
<!-- <td class="small-cell">
{{v.block_num}}/
{{v.line_numbers | length}}/
{{v.block_groups | length}}
</td> -->
<td
class=
"small-cell"
>
{{v.status}}
</td>
<td
class=
"small-cell"
>
{{v.status}}
</td>
</tr>
</tr>
{% endfor %}
{% endfor %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment