Default to 40 transactions per screen in server.py
This commit is contained in:
parent
635660579c
commit
b0b29a54c8
1 changed files with 3 additions and 3 deletions
|
|
@ -93,10 +93,10 @@ templateDef = '''#encoding utf-8
|
|||
<img src="/icons/next.png" class="next"/>
|
||||
<img src="/icons/last.png" class="last"/>
|
||||
<select class="pagesize">
|
||||
<option selected="selected" value="100">100</option>
|
||||
<option selected="selected" value="40">40</option>
|
||||
<option value="100">100</option>
|
||||
<option value="200">200</option>
|
||||
<option value="500">500</option>
|
||||
<option value="1000">1000</option>
|
||||
<option value="300">300</option>
|
||||
</select>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue