We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa1e59 commit 31e63daCopy full SHA for 31e63da
āsrc/pages/probing/create.jsx
@@ -106,6 +106,7 @@ export const CreateProbingRule = ({ type, handleList }) => {
106
setRecoverNotify(selectedRow.recoverNotify)
107
setEnabled(selectedRow.enabled)
108
setMethodType(selectedRow.probingEndpointConfig.http.method)
109
+ setCalculate(selectedRow.probingEndpointConfig.strategy.operator)
110
form.setFieldsValue({
111
ruleName: selectedRow.ruleName,
112
ruleType: selectedRow.ruleType,
@@ -454,7 +455,7 @@ export const CreateProbingRule = ({ type, handleList }) => {
454
455
<Select
456
placeholder="čæē®"
457
style={{
- width: '90px',
458
+ width: '100px',
459
borderRadius: '0',
460
}}
461
defaultValue={">"}
0 commit comments