Alerting: implement deleting templates & receivers (#33677)

This commit is contained in:
Domas
2021-05-06 14:51:44 +03:00
committed by GitHub
parent 10a4606315
commit b5b8877253
9 changed files with 182 additions and 16 deletions

View File

@@ -31,6 +31,7 @@ const getStyles = (theme: GrafanaTheme) => ({
parent: css`
display: flex;
flex-direction: row;
max-width: ${theme.breakpoints.xl};
`,
description: css`
margin-top: -${theme.spacing.md};