Add a standard alert reference table to AlertsPage.
All checks were successful
PostgreSQL Compatibility Matrix / PG14 smoke (push) Successful in 8s
PostgreSQL Compatibility Matrix / PG15 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG16 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG17 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG18 smoke (push) Successful in 7s
All checks were successful
PostgreSQL Compatibility Matrix / PG14 smoke (push) Successful in 8s
PostgreSQL Compatibility Matrix / PG15 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG16 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG17 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG18 smoke (push) Successful in 7s
This commit introduces a collapsible "Standard Alert Reference" section in the AlertsPage, detailing built-in alerts, their checks, and thresholds. Relevant styling for the table and notes has also been added to improve readability and layout. This aims to enhance user understanding of default monitoring parameters.
This commit is contained in:
@@ -1314,6 +1314,30 @@ td {
|
||||
padding: 10px 3px 4px 0;
|
||||
}
|
||||
|
||||
.standard-alerts-note {
|
||||
margin-bottom: 10px;
|
||||
color: #a7c0df;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.standard-alerts-table-wrap {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.standard-alerts-table th,
|
||||
.standard-alerts-table td {
|
||||
vertical-align: top;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.standard-alerts-table td code {
|
||||
color: #d7e8ff;
|
||||
background: #112846;
|
||||
border: 1px solid #355d91;
|
||||
border-radius: 6px;
|
||||
padding: 1px 6px;
|
||||
}
|
||||
|
||||
.alert-item {
|
||||
border-radius: 12px;
|
||||
border: 1px solid #375d8f;
|
||||
|
||||
Reference in New Issue
Block a user