topcoderinc / TC-redis-manager

5 stars 16 forks source link

fixes issue 374 #460

Closed sumitdaga closed 5 years ago

sumitdaga commented 5 years ago

ok so the issue here was that javascript slice function was incorrectly used ...the same issue can be seen even in the instance root page (if you click on a instance) ...if pageSize is 20 only 19 elements could be seen ...i have fixed slice function at these two places as part of this PR
slice function is used at two other places ...i will look into them about there correctness