You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've decided that cur_page: 0 means "show all pages"
But pages_count should not be 0 in this case since it's needed for displaying pagination. It's used to determine how many pages log has
Looking at https://ts-factory.io/bublik/v2/log/588102?mode=treeAndlog&experimental=true&focusId=588960
We get https://ts-factory.io/logs/dpdk-ethdev-ts/2024/01/31/virtio_virtio:tuor-cbs-speed-stack-00:13:37/json/node_id858.json
Looking at https://ts-factory.io/bublik/v2/log/588102?mode=treeAndlog&experimental=true&focusId=588960&page=0
We get https://ts-factory.io/logs/dpdk-ethdev-ts/2024/01/31/virtio_virtio:tuor-cbs-speed-stack-00:13:37/json/node_id858_all.json
We've decided that
cur_page: 0means "show all pages"But
pages_countshould not be0in this case since it's needed for displaying pagination. It's used to determine how many pages log has