diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-03-29 15:02:10 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-09 07:55:50 +0000 |
| commit | 1be1a06281dccada078a2a51e8b483811af8f596 (patch) | |
| tree | 6340df1c2d1704f1784ba63164d3088b7c91ef61 /pkg/html | |
| parent | 73f4b622a34ffc998a542f5e109fb05a1d892272 (diff) | |
all: refactor stats
Add ability for each package to create and export own stats.
Each stat is self-contained, describes how it should be presented,
and there is not need to copy them from one package to another.
Stats also keep historical data and allow building graphs over time.
Diffstat (limited to 'pkg/html')
| -rw-r--r-- | pkg/html/pages/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 156bf61ba..9ec565616 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -180,14 +180,14 @@ table td, table th { } .list_table .stat_name { - width: 150pt; - max-width: 150pt; + width: 180pt; + max-width: 180pt; font-family: monospace; } .list_table .stat_value { - width: 120pt; - max-width: 120pt; + width: 200pt; + max-width: 200pt; font-family: monospace; } |
