diff --git a/client/ts/modules/metric-page/cpu-load.ts b/client/ts/modules/metric-page/cpu-load.ts index 5dea416e803c151b5a36871ad7c8627daf71f17a..2c8f05f9f6b5cd640efad87828c730543d8f4fa9 100644 --- a/client/ts/modules/metric-page/cpu-load.ts +++ b/client/ts/modules/metric-page/cpu-load.ts @@ -118,6 +118,7 @@ export class CpuLoadMetricPage extends MetricPage> { Timestamp Value + Zoom plot `; @@ -144,6 +145,11 @@ export class CpuLoadMetricPage extends MetricPage> { ${dp.timestamp} ${dp.value}% + + + Zoom plot + + ` ) diff --git a/client/ts/modules/metric-page/health.ts b/client/ts/modules/metric-page/health.ts index eca8997897a32cc9c9637f3056d0661b13f9562b..a54f7f9b2fe20c47c8972a84632ec40308b25424 100644 --- a/client/ts/modules/metric-page/health.ts +++ b/client/ts/modules/metric-page/health.ts @@ -208,7 +208,7 @@ export class HealthMetricPage extends MetricPage> { Health report details | Health ${e.detail.health}% | ${timestamp} Inspect metric labels at the moment report was generated. - + View data at that moment. @@ -225,6 +225,7 @@ export class HealthMetricPage extends MetricPage> { Type Source Label + View data @@ -233,9 +234,14 @@ export class HealthMetricPage extends MetricPage> { .sortByProperty(el => el.Source) .map(el => ` - ${el.Type} - ${el.Source} - ${el.Label} + ${el.Type} + ${el.Source} + ${el.Label} + + + View data + + `) .join("") diff --git a/client/ts/modules/metric-page/ping.ts b/client/ts/modules/metric-page/ping.ts index 90e41a10af42c7bdc12aa402a190b2a438b8f842..eda6c4f36bc442120877d61f8f5fc86aeb775079 100644 --- a/client/ts/modules/metric-page/ping.ts +++ b/client/ts/modules/metric-page/ping.ts @@ -162,6 +162,7 @@ export class PingMetricPage extends MetricPage> { Timestamp Latency Result + Zoom plot `; @@ -189,6 +190,11 @@ export class PingMetricPage extends MetricPage> { ${dp.timestamp} ${dp.responseTime} ms ${dp.success ? "Success" : dp.message} + + + Zoom plot + + ` ) diff --git a/client/ts/modules/metric-page/user-action.ts b/client/ts/modules/metric-page/user-action.ts index 6044c8cb1ef7fa5b1ec0be6d3670ce7810b3f021..c0319cf67898baf3786418684bb9e7b7a19a09dd 100644 --- a/client/ts/modules/metric-page/user-action.ts +++ b/client/ts/modules/metric-page/user-action.ts @@ -167,6 +167,7 @@ export class UserActionMetricPage extends MetricPage Timestamp Action Count + Zoom plot `; @@ -194,6 +195,11 @@ export class UserActionMetricPage extends MetricPage ${dp.timestamp} ${dp.action} # ${dp.count} + + + Zoom plot + + ` ) diff --git a/debian/debian/status-ctl.1 b/debian/debian/status-ctl.1 index 02f54b75452719d7fa45787a6309438e594f574d..b055d37c71cf2b99ec271d7df0855a3035208cbe 100644 --- a/debian/debian/status-ctl.1 +++ b/debian/debian/status-ctl.1 @@ -50,4 +50,5 @@ Bug tracking is performed using (C) Dmytro Bogatov 2017. Licensed under the terms of MIT. .SH "SEE ALSO" .URL "https://status.dbogatov.org" "Status site demo" . +.PP .URL "https://status.dbogatov.org/docs/" "Status site docs" .