| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CSS colours in one place + small modal dialog fix. (#169) | Martin Ridgers | 2024-09-26 | 2 | -23/+53 |
| | | | | | | | | * Separate modal dialog's background into its own div with own opacity * Use :root and CSS vars for colours * An html.zip refresh | ||||
| * | Added pagination when browsing oplog entries | Martin Ridgers | 2024-09-24 | 1 | -5/+19 |
| | | |||||
| * | Build action cells using toolbars | Martin Ridgers | 2024-09-24 | 1 | -4/+11 |
| | | |||||
| * | Removed commented out code | Martin Ridgers | 2024-09-24 | 1 | -1/+0 |
| | | |||||
| * | Convenience on_click() that infers action class | Martin Ridgers | 2024-09-24 | 1 | -2/+8 |
| | | |||||
| * | Let's try centering table cells' contents | Martin Ridgers | 2024-09-24 | 1 | -0/+1 |
| | | |||||
| * | Vertically center modal dialog's button labels | Martin Ridgers | 2024-09-24 | 1 | -0/+1 |
| | | |||||
| * | Component.inner() for access to the underlying DOM element | Martin Ridgers | 2024-09-24 | 1 | -0/+5 |
| | | |||||
| * | Deleted superfluous variable name suffix | Martin Ridgers | 2024-09-24 | 1 | -7/+7 |
| | | |||||
| * | Toolbars can be used within other elements | Martin Ridgers | 2024-09-24 | 2 | -1/+15 |
| | | |||||
| * | Leave blank table cells empty | Martin Ridgers | 2024-09-24 | 1 | -1/+1 |
| | | |||||
| * | Keep right() toolbar items flush to the side | Martin Ridgers | 2024-09-24 | 1 | -0/+4 |
| | | |||||
| * | Lighten toolbar separators | Martin Ridgers | 2024-09-24 | 2 | -1/+5 |
| | | |||||
| * | Rudimentary toolbar component | Martin Ridgers | 2024-09-24 | 2 | -0/+56 |
| | | |||||
| * | Add a little spacing between tables | Martin Ridgers | 2024-09-24 | 1 | -0/+1 |
| | | |||||
| * | Test page of dashboard widgets | Martin Ridgers | 2024-09-24 | 1 | -0/+75 |
| | | |||||
| * | Added a Page.set_title() to replace free zen_title() | Martin Ridgers | 2024-09-24 | 1 | -10/+9 |
| | | |||||
| * | add_section() is provided by Page base | Martin Ridgers | 2024-09-24 | 1 | -10/+12 |
| | | |||||
| * | Min/max width for dashboard content | Martin Ridgers | 2024-09-24 | 2 | -1/+7 |
| | | |||||
| * | Initial version of in-proc HTML dashboard | Martin Ridgers | 2024-09-24 | 4 | -54/+787 |
| | | |||||
| * | adding more stats (#429) | Dan Engelbrecht | 2023-09-28 | 1 | -7/+8 |
| | | | | | | - Feature: Add detailed stats on requests and data sizes on a per-bucket level, use parameter `cachestorestats=true` on the `/stats/z$` endpoint to enable - Feature: Add detailed stats on requests and data sizes on cidstore, use parameter `cidstorestats=true` on the `/stats/z$` endpoint to enable - Feature: Dashboard now accepts parameters in the URL which is passed on to the `/stats/z$` endpoint | ||||
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -0/+59 |
| * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | |||||