Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Progress] Correct wrong default values #134

Merged
merged 2 commits into from
Jun 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions server/documents/modules/progress.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ themes : ['Default', 'Classic', 'Basic', 'Striped']
</tr>
<tr>
<td>precision</td>
<td>1</td>
<td>0</td>
<td>Decimal point precision for calculated progress</td>
</tr>
<tr>
Expand Down Expand Up @@ -1058,7 +1058,7 @@ themes : ['Default', 'Classic', 'Basic', 'Striped']
</tr>
<tr>
<td>verbose</td>
<td>True</td>
<td>False</td>
<td>Provides ancillary debug output to console</td>
</tr>
<tr>
Expand All @@ -1068,6 +1068,8 @@ themes : ['Default', 'Classic', 'Basic', 'Striped']
error : {
method : 'The method you called is not defined.',
nonNumeric : 'Progress value is non numeric'
lubber-de marked this conversation as resolved.
Show resolved Hide resolved
tooHigh : 'Value specified is above 100%'
tooLow : 'Value specified is below 0%'
}
</div>
</td>
Expand Down