Paging for tasks in admin panel.
This commit is contained in:
parent
0f1a21c905
commit
ce2359a094
4 changed files with 28 additions and 11 deletions
server/resources
|
@ -108,7 +108,6 @@ angular.module('ffffng').factory('NodeResource', function (
|
|||
}
|
||||
|
||||
res.set('X-Total-Count', total);
|
||||
|
||||
return Resources.success(res, nodes);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue