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
b348b421
Commit
b348b421
authored
Jun 02, 2017
by
Michael Ritter
Browse files
Replace CSV checkbox in favor of a button
parent
d2169778
Changes
1
Show whitespace changes
Inline
Side-by-side
ace-am/src/main/webapp/statistics.jsp
View file @
b348b421
...
...
@@ -48,12 +48,6 @@
<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>
...
...
@@ -80,6 +74,8 @@
<button
type=
"submit"
class=
"btn btn-primary"
value=
"Submit"
><span>
Submit
</span></button>
<button
type=
"submit"
class=
"btn btn-primary"
name=
"csv"
value=
"true"
style=
"width: 10rem;"
><span>
Download As CSV
</span></button>
</form>
</div>
...
...
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