Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
be92cc92
Commit
be92cc92
authored
Apr 04, 2017
by
Michael Ritter
Browse files
Rearrangement; Add selection for truncating bytes to KiB/MiB/etc
parent
9978f961
Changes
1
Show whitespace changes
Inline
Side-by-side
ace-am/src/main/webapp/statistics.jsp
View file @
be92cc92
...
...
@@ -47,6 +47,22 @@
<div
class=
"container"
>
<div
id=
"searchtable"
>
<form
method=
"POST"
role=
"form"
>
<div
class=
"form-group"
>
<div
class=
"form-check"
>
<label
class=
"form-check-label"
>
<input
class=
"form-check-input"
name=
"csv"
type=
"checkbox"
>
Export to CSV
</label>
</div>
<select
class=
"custom-select mb-2 mr-sm-2 mb-sm-0"
name=
"truncate"
id=
"truncate"
>
<option
selected
>
Truncate Bytes to...
</option>
<option
value=
"KiB"
>
KiB
</option>
<option
value=
"MiB"
>
MiB
</option>
<option
value=
"GiB"
>
GiB
</option>
<option
value=
"TiB"
>
TiB
</option>
</select>
</div>
<div
class=
"form-inline"
>
<div
class=
"form-group form-group-sm"
>
<input
type=
"text"
class=
"form-input"
id=
"before-filter"
name=
"before"
placeholder=
"Before"
/>
...
...
@@ -62,15 +78,6 @@
</div>
</div>
<div
class=
"form-inline"
>
<div
class=
"form-check"
>
<label
class=
"form-check-label"
>
<input
class=
"form-check-input"
name=
"csv"
type=
"checkbox"
>
Export to CSV
</label>
</div>
</div>
<button
type=
"submit"
class=
"btn btn-primary"
value=
"Submit"
><span>
Submit
</span></button>
</form>
...
...
@@ -94,7 +101,7 @@
<td
title=
"${item.collection}"
>
${item.collection}
</td>
<td
title=
"${item.group}"
>
${item.group}
</td>
<td>
${item.count}
</td>
<td>
${item.
s
ize}
</td>
<td>
${item.
formattedS
ize}
</td>
</tr>
</c:forEach>
</tbody>
...
...
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