Skip to content

Commit 02f0b33

Browse files
committed
Add columns for payload valid and error for workflows
1 parent 6f934f8 commit 02f0b33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

product/views/ManageIQ_Providers_Workflows_AutomationManager_Workflow.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ cols:
2525
- repository
2626
- created_at
2727
- updated_at
28+
- payload_valid
29+
- payload_error
2830

2931
# Included tables (joined, has_one, has_many) and columns
3032
include:
@@ -39,6 +41,8 @@ col_order:
3941
- configuration_script_source.name
4042
- created_at
4143
- updated_at
44+
- payload_valid
45+
- payload_error
4246

4347
# Column titles, in order
4448
headers:
@@ -47,6 +51,8 @@ headers:
4751
- Repository
4852
- Created On
4953
- Updated On
54+
- Valid
55+
- Error
5056

5157

5258
col_formats:
@@ -55,6 +61,8 @@ col_formats:
5561
-
5662
-
5763
-
64+
-
65+
-
5866

5967
# Condition(s) string for the SQL query
6068
conditions:

0 commit comments

Comments
 (0)