mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
fix(ui): add margin around silence fallback
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
exports[`<Silence /> matches snapshot when data is not present in alertStore 1`] = `
|
||||
"
|
||||
<div>
|
||||
<div class=\\"m-1\\">
|
||||
<small class=\\"text-muted\\">
|
||||
Silenced by default/4cf5fd82-1edd-4169-99d1-ff8415e72179
|
||||
</small>
|
||||
|
||||
@@ -177,7 +177,7 @@ SilenceDetails.propTypes = {
|
||||
//
|
||||
const FallbackSilenceDesciption = ({ alertmanagerName, silenceID }) => {
|
||||
return (
|
||||
<div>
|
||||
<div className="m-1">
|
||||
<small className="text-muted">
|
||||
Silenced by {alertmanagerName}/{silenceID}
|
||||
</small>
|
||||
|
||||
Reference in New Issue
Block a user