mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
fix(ui): use alert fingerprint instead of labels hash
This commit is contained in:
committed by
Łukasz Mierzwa
parent
c74479d435
commit
2c68967928
@@ -20,6 +20,7 @@ const APIAlertAlertmanagerState = PropTypes.exact({
|
||||
});
|
||||
|
||||
const APIAlert = PropTypes.exact({
|
||||
id: PropTypes.string.isRequired,
|
||||
annotations: PropTypes.arrayOf(Annotation).isRequired,
|
||||
labels: PropTypes.object.isRequired,
|
||||
startsAt: PropTypes.string.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user