diff options
| author | rr- | 2017-02-09 00:48:06 +0100 |
|---|---|---|
| committer | rr- | 2017-02-09 22:40:00 +0100 |
| commit | fdad08e176b52f1b47930a5e9b22116c70c542a8 (patch) | |
| tree | 8e5985a15278d8d4245dffc4a3ac50e2fdc0b6e8 /client/html/snapshots_page.tpl | |
| parent | ba7ca0cd8727b5397729983d052636637f36dd59 (diff) | |
server: use index-based paging (#123)
Diffstat (limited to 'client/html/snapshots_page.tpl')
| -rw-r--r-- | client/html/snapshots_page.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/html/snapshots_page.tpl b/client/html/snapshots_page.tpl index c84e19f..6650d65 100644 --- a/client/html/snapshots_page.tpl +++ b/client/html/snapshots_page.tpl @@ -1,7 +1,7 @@ <div class='snapshot-list'> - <% if (ctx.results.length) { %> + <% if (ctx.response.results.length) { %> <ul> - <% for (let item of ctx.results) { %> + <% for (let item of ctx.response.results) { %> <li> <div class='header operation-<%= item.operation %>'> <span class='time'> |