Uptime
Description
The Uptime component is part of the Tesserae UI library.
Displays system status over time using colored segments and month grids.
API reference
public class UptimeBars : IComponent, IHasMarginPaddingA horizontal series of small status bars showing per-period uptime / availability over a time window.
- Namespace
- Tesserae
- Implements
- IComponent, IHasMarginPadding
Constructors
| Name | Description |
|---|---|
| UptimeBars | Initializes a new instance of this class. |
Properties
| Name | Description |
|---|---|
| Margin | Gets or sets the CSS margin of the component. |
| Padding | Gets or sets the CSS padding of the component. |
public string Margin { get ; set ; }Gets or sets the CSS margin of the component.
public class UptimeCalendar : IComponent, IHasMarginPaddingA calendar-grid visualisation of daily uptime / availability over a multi-month window.
- Namespace
- Tesserae
- Implements
- IComponent, IHasMarginPadding
Constructors
| Name | Description |
|---|---|
| UptimeCalendar | Initializes a new instance of this class. |
Properties
| Name | Description |
|---|---|
| Margin | Gets or sets the CSS margin of the component. |
| Padding | Gets or sets the CSS padding of the component. |
public string Margin { get ; set ; }Gets or sets the CSS margin of the component.
public enum UptimeStatusPredefined statuses (up, down, degraded, unknown) used by UptimeBars and UptimeCalendar.
- Namespace
- Tesserae