Skip to content

Commit

Permalink
♻️ Optimize alarm rule annotations input (#81)
Browse files Browse the repository at this point in the history
 * ♻️ Optimize alarm rule annotations input
  • Loading branch information
Cairry authored Dec 20, 2024
1 parent e2d8663 commit d03b9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/probing/create.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ export const CreateProbingRule = ({ type, handleList }) => {
required: true,
},
]}>
<Input/>
<TextArea rows={2} placeholder="输入告警事件的详细消息内容,如:站点: ${address},请求不可达请紧急排查!" maxLength={10000} />
</MyFormItem>
</div>

Expand Down

0 comments on commit d03b9ba

Please sign in to comment.