{{ $t('scheduler.preview.title.individualEvent') }}
@@ -241,6 +241,25 @@ Licensed under the Elastic License 2.0. */
{{ getDateValues('dtend') }}
+
+ {{ $t('scheduler.randomization.title') }}
+
+
+ {{
+ !!scheduler.random?.state
+ ? $t('scheduler.randomization.on')
+ : $t('scheduler.randomization.off')
+ }}
+
+
+ {{ $t('scheduler.randomization.duration') }}
+
+
+ {{ scheduler.random?.duration ?? 0 }}
+
-
+
{{ $t('scheduler.preview.title.repeatEvent') }}
@@ -317,7 +338,7 @@ Licensed under the Elastic License 2.0. */
-