+
+ @if (EntityLocker.IsPlayoutLocked(context.PlayoutId))
+ {
+
+ }
+
+ @if (context.PlayoutType == ProgramSchedulePlayoutType.Flood)
+ {
+ if (context.ProgressMode is ChannelProgressMode.OnDemand)
+ {
+
+
+
+
+ }
+ else
+ {
+
+
+
+
+ }
+
+
+
+
+
+
+
+
+
+ }
+ else if (context.PlayoutType == ProgramSchedulePlayoutType.ExternalJson)
+ {
+
+
+
+
+
+
+ }
+ else if (context.PlayoutType == ProgramSchedulePlayoutType.Yaml)
+ {
+
+
+
+
+
+
+
+
+
+ }
+ else if (context.PlayoutType == ProgramSchedulePlayoutType.Block)
+ {
+
+
+
+
+
+
+
+
+
+ }
+
+
+ OnClick="@(_ => DeletePlayout(context))">
- }
-
-
-
-
-
-
-
-
-
- }
- else if (context.PlayoutType == ProgramSchedulePlayoutType.ExternalJson)
- {
-
-
-
-
-
-
- }
- else if (context.PlayoutType == ProgramSchedulePlayoutType.Yaml)
- {
-
-
-
-
-
-
-
-
-
- }
- else if (context.PlayoutType == ProgramSchedulePlayoutType.Block)
- {
-
-
-
-
-
-
-
-
-
- }
-
-
-
-
-
-