mirror of https://gitee.com/bigwinds/arangodb
docs view page size input bugfix
This commit is contained in:
parent
727904caa7
commit
5a58c53585
|
@ -150,6 +150,7 @@
|
|||
$('input').val('');
|
||||
$('select').val('==');
|
||||
this.removeAllFilterItems();
|
||||
$('#documentSize').val(this.collection.getPageSize());
|
||||
|
||||
this.clearTable();
|
||||
$('#documents_last').css("visibility", "visible");
|
||||
|
|
Loading…
Reference in New Issue