@@ -349,15 +349,16 @@ type (
349349 Mode string `json:"mode"`
350350 }
351351 FieldConfigDefaults struct {
352- Unit string `json:"unit"`
353- NoValue string `json:"noValue,omitempty"`
354- Decimals * int `json:"decimals,omitempty"`
355- Min * float64 `json:"min,omitempty"`
356- Max * float64 `json:"max,omitempty"`
357- Color FieldConfigColor `json:"color"`
358- Thresholds Thresholds `json:"thresholds"`
359- Custom FieldConfigCustom `json:"custom"`
360- Links []Link `json:"links,omitempty"`
352+ Unit string `json:"unit"`
353+ NoValue string `json:"noValue,omitempty"`
354+ Decimals * int `json:"decimals,omitempty"`
355+ Min * float64 `json:"min,omitempty"`
356+ Max * float64 `json:"max,omitempty"`
357+ Color FieldConfigColor `json:"color"`
358+ Thresholds Thresholds `json:"thresholds"`
359+ Custom FieldConfigCustom `json:"custom"`
360+ Links []Link `json:"links,omitempty"`
361+ DisplayName string `json:"displayName,omitempty"`
361362 }
362363 FieldConfigOverrideProperty struct {
363364 ID string `json:"id"`
0 commit comments