diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-14 22:05:08 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-14 22:05:08 +0300 |
| commit | f90a9e0063dbe4ca06c193aec7e7469a32e0b422 (patch) | |
| tree | 72124595231432f26aef9916ba0b8006d5dd8518 /fixtures/Host.Downtime.HTML.expected | |
| parent | 91a42298f46ee659a951211d4c47f9096fe97b29 (diff) | |
Release 0.4.0: foo.zone HTML styling, uptime-stats section order, dashboard without full Kernel tables.HEADv0.4.0master
- Link foo.zone stylesheet and mirror header/heading/quote layout for HTML reports.
- Default -all stats order matches foo.zone (Host Uptime through Score, then KernelMajor and KernelName; full Kernel last when include-kernel).
- Daemon root HTML uses include-kernel=false like the public stats page.
- Refresh HTML integration fixtures.
Made-with: Cursor
Diffstat (limited to 'fixtures/Host.Downtime.HTML.expected')
| -rw-r--r-- | fixtures/Host.Downtime.HTML.expected | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/fixtures/Host.Downtime.HTML.expected b/fixtures/Host.Downtime.HTML.expected index 72bdd43..fcb1569 100644 --- a/fixtures/Host.Downtime.HTML.expected +++ b/fixtures/Host.Downtime.HTML.expected @@ -2,11 +2,18 @@ <html lang="en"> <head> <meta charset="utf-8"> +<link rel="shortcut icon" type="image/gif" href="https://foo.zone/favicon.ico" /> +<link rel="stylesheet" href="https://foo.zone/style.css" /> <title>Top 3 Downtime's by Host</title> </head> <body> -<h1>Top 3 Downtime's by Host</h1> -<p>Downtime is the total downtime of a host over the entire lifespan.</p> +<p class="header"> +<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&limit=3">Report API</a> +</p> +<h1 style="display: inline">Top 3 Downtime's by Host</h1><br /> +<br /> +<span class="quote">Downtime is the total downtime of a host over the entire lifespan.</span><br /> +<br /> <pre>+-----+----------------+-----------------------------+--------------------------+ | Pos | Host | Downtime | Last Kernel | +-----+----------------+-----------------------------+--------------------------+ |
