File tree Expand file tree Collapse file tree 3 files changed +12
-21
lines changed Expand file tree Collapse file tree 3 files changed +12
-21
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,10 @@ spec:
280
280
eventReason :
281
281
description : identifier of the awaited event reason
282
282
type : string
283
+ loadingMessage :
284
+ description : message to display while waiting for
285
+ the event
286
+ type : string
283
287
reloadRoutes :
284
288
type : boolean
285
289
timeout :
@@ -345,12 +349,6 @@ spec:
345
349
type : object
346
350
type : array
347
351
type : object
348
- allowedResources :
349
- description : the list of resources that are allowed to be children
350
- of this widget or referenced by it
351
- items :
352
- type : string
353
- type : array
354
352
clickActionId :
355
353
description : the id of the action to be executed when the button
356
354
is clicked
@@ -407,7 +405,6 @@ spec:
407
405
type : string
408
406
required :
409
407
- actions
410
- - allowedResources
411
408
- clickActionId
412
409
type : object
413
410
widgetDataTemplate :
Original file line number Diff line number Diff line change @@ -281,6 +281,10 @@ spec:
281
281
eventReason :
282
282
description : identifier of the awaited event reason
283
283
type : string
284
+ loadingMessage :
285
+ description : message to display while waiting for
286
+ the event
287
+ type : string
284
288
reloadRoutes :
285
289
type : boolean
286
290
timeout :
@@ -346,12 +350,6 @@ spec:
346
350
type : object
347
351
type : array
348
352
type : object
349
- allowedResources :
350
- description : the list of resources that are allowed to be children
351
- of this widget or referenced by it
352
- items :
353
- type : string
354
- type : array
355
353
autocomplete :
356
354
description : autocomplete configuration for the form fields
357
355
items :
@@ -471,7 +469,6 @@ spec:
471
469
type : string
472
470
required :
473
471
- actions
474
- - allowedResources
475
472
- submitActionId
476
473
type : object
477
474
widgetDataTemplate :
Original file line number Diff line number Diff line change @@ -280,6 +280,10 @@ spec:
280
280
eventReason :
281
281
description : identifier of the awaited event reason
282
282
type : string
283
+ loadingMessage :
284
+ description : message to display while waiting for
285
+ the event
286
+ type : string
283
287
reloadRoutes :
284
288
type : boolean
285
289
timeout :
@@ -345,12 +349,6 @@ spec:
345
349
type : object
346
350
type : array
347
351
type : object
348
- allowedResources :
349
- description : the list of resources that are allowed to be children
350
- of this widget or referenced by it
351
- items :
352
- type : string
353
- type : array
354
352
clickActionId :
355
353
description : the id of the action to be executed when the panel
356
354
is clicked
@@ -416,7 +414,6 @@ spec:
416
414
type : string
417
415
required :
418
416
- actions
419
- - allowedResources
420
417
- items
421
418
type : object
422
419
widgetDataTemplate :
You can’t perform that action at this time.
0 commit comments