|
|
@@ -102,7 +102,7 @@ const Detail = (props) => {
|
|
|
return (
|
|
|
<>
|
|
|
<Modal
|
|
|
- title={TranslateText(["告警记录", "Alarm History"])}
|
|
|
+ title={TranslateText(["告警记录", "Alarm Record"])}
|
|
|
centered
|
|
|
open={props.open}
|
|
|
width="90vw"
|
|
|
@@ -137,7 +137,7 @@ const Detail = (props) => {
|
|
|
type="card"
|
|
|
items={[
|
|
|
{
|
|
|
- label: TranslateText(["告警记录", "Alarm History"]),
|
|
|
+ label: TranslateText(["告警记录", "Alarm Record"]),
|
|
|
children: null,
|
|
|
key: "history",
|
|
|
},
|