Add a + to indicate all revisions are not loaded in history view
This commit is contained in:
parent
184a47185c
commit
631dc03f38
2 changed files with 15 additions and 2 deletions
|
@ -88,7 +88,8 @@ def history_data(name):
|
|||
'draw': draw,
|
||||
'recordsTotal': total_records,
|
||||
'recordsFiltered': total_records,
|
||||
'data': items
|
||||
'data': items,
|
||||
'fully_loaded': hist_complete
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue