Commit e2bbc382 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-alert-severity' into 'master'

Use table layout for alert severity docs

See merge request gitlab-org/gitlab!34676
parents 6cf013f6 19696f01
...@@ -38,12 +38,14 @@ immediately identify which alerts you should prioritize investigating: ...@@ -38,12 +38,14 @@ immediately identify which alerts you should prioritize investigating:
Alerts contain one of the following icons: Alerts contain one of the following icons:
- **Critical**: **{severity-critical}** and hexadecimal color `#8b2615` | Severity | Icon | Color (hexadecimal) |
- **High**: **{severity-high}** and hexadecimal color `#c0341d` |---|---|---|
- **Medium**: **{severity-medium}** and hexadecimal color `#fca429` | Critical | **{severity-critical}** | `#8b2615` |
- **Low**: **{severity-low}** and hexadecimal color `#fdbc60` | High | **{severity-high}** | `#c0341d` |
- **Info**: **{severity-info}** and hexadecimal color `#418cd8` | Medium | **{severity-medium}** | `#fca429` |
- **Unknown**: **{severity-unknown}** and hexadecimal color `#bababa` | Low | **{severity-low}** | `#fdbc60` |
| Info | **{severity-info}** | `#418cd8` |
| Unknown | **{severity-unknown}** | `#bababa` |
## Alert Management list ## Alert Management list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment