fix health alert dyncfg schema fullPage option (#17125)
Ilya Mashchenko committed
Mar 7, 2024 at 14:39 UTC
d71152a596c59f0e483848f75787c9e00439cc4b
1 file changed
+3
-3
src/health/schema.d/health:alert:prototype.json
+3
-3
@@ -348,6 +348,9 @@
348
]
349
},
350
"uiSchema": {
351
+ "uiOptions": {
352
+ "fullPage": true
353
+ },
354
"format_version": {
355
"ui:widget": "hidden"
356
},
@@ -543,8 +546,5 @@
546
}
547
}
548
}
546
- },
547
- "uiOptions": {
548
- "fullPage": true
549
}
550
}