refactor: change custom monitor label and formatter
This commit is contained in:
parent
3e30535187
commit
0c542faf3b
@ -82,4 +82,6 @@ export const customProvider: MonitorProvider = {
|
|||||||
label: 'Custom',
|
label: 'Custom',
|
||||||
name: 'custom',
|
name: 'custom',
|
||||||
form: MonitorCustom,
|
form: MonitorCustom,
|
||||||
|
valueLabel: 'Result',
|
||||||
|
valueFormatter: (value) => String(value),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user