aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/core/PagingTableService.js
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-22 22:52:09 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-22 22:52:09 +0100
commitb83c4eed1a75e9e68279ab6f84cd7b5eb602abec (patch)
tree0a1a24ba310fa53e793db3bb298536a81b01f3c3 /src/main/resources/webapp/apps/core/PagingTableService.js
parent498fd62e043e31bf5beddfff0e9b5f7f889b884c (diff)
downloadesper-testing-b83c4eed1a75e9e68279ab6f84cd7b5eb602abec.tar.gz
esper-testing-b83c4eed1a75e9e68279ab6f84cd7b5eb602abec.tar.bz2
esper-testing-b83c4eed1a75e9e68279ab6f84cd7b5eb602abec.tar.xz
esper-testing-b83c4eed1a75e9e68279ab6f84cd7b5eb602abec.zip
NavbarService:
o Storing the current tab with $location.search. JenkinsApp: o Implementing job search.
Diffstat (limited to 'src/main/resources/webapp/apps/core/PagingTableService.js')
-rwxr-xr-xsrc/main/resources/webapp/apps/core/PagingTableService.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/webapp/apps/core/PagingTableService.js b/src/main/resources/webapp/apps/core/PagingTableService.js
index 802c0c8..61446a6 100755
--- a/src/main/resources/webapp/apps/core/PagingTableService.js
+++ b/src/main/resources/webapp/apps/core/PagingTableService.js
@@ -156,7 +156,7 @@ function PagingTableService() {
console.log("Fetching page. args =", args);
Resource.query(args, function(data, headers) {
var totalResults = headers("total-results");
- console.log("Total results =", totalResults, "Data =", data);
+ console.log("Total results =", totalResults, "data.length =", data.length, "Data =", data);
cb({
totalResults: totalResults,
rows: data