added the ability to expand the models
This commit is contained in:
@@ -60,6 +60,7 @@ func HandleList(handle *Handle) {
|
||||
|
||||
max_len := min(11, len(rows))
|
||||
|
||||
c.ShowMessage = false;
|
||||
return c.SendJSON(ReturnType{
|
||||
ImageList: rows[0:max_len],
|
||||
Page: page,
|
||||
|
||||
Reference in New Issue
Block a user