mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): use correct label for silence start time
This commit is contained in:
@@ -175,7 +175,7 @@ exports[`<Silence /> matches snapshot with expaned details 1`] = `
|
||||
>
|
||||
</path>
|
||||
</svg>
|
||||
Created
|
||||
Started
|
||||
<time datetime=\\"946720800000\\">
|
||||
5 hours ago
|
||||
</time>
|
||||
|
||||
@@ -128,7 +128,7 @@ const SilenceDetails = ({
|
||||
<div>
|
||||
<span className="badge text-nowrap text-truncate px-1 mr-1">
|
||||
<FontAwesomeIcon className="text-muted mr-1" icon={faCalendarCheck} />
|
||||
Created <Moment fromNow>{silence.startsAt}</Moment>
|
||||
Started <Moment fromNow>{silence.startsAt}</Moment>
|
||||
</span>
|
||||
<span
|
||||
className={`badge ${expiresClass} text-nowrap text-truncate px-1 mr-1`}
|
||||
|
||||
Reference in New Issue
Block a user