File tree Expand file tree Collapse file tree
src/components/events/partials/ModalTabsAndPages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,6 +236,37 @@ const EventDetailsWorkflowDetails = ({
236236 { /* empty view for displaying, while the data is being fetched */ }
237237 { isFetching && (
238238 < >
239+ { /* 'Workflow Operation table */ }
240+ < div className = "obj tbl-container more-info-actions" >
241+ < header >
242+ { t ( "EVENTS.EVENTS.DETAILS.WORKFLOW_DETAILS.LATEST_OPERATION" ) }
243+ </ header >
244+
245+ < table className = "main-tbl" >
246+ < tbody >
247+ < tr />
248+ </ tbody >
249+ </ table >
250+ </ div >
251+
252+ { /* 'Workflow Errors' table */ }
253+ < div className = "obj tbl-details" >
254+ < header >
255+ {
256+ t (
257+ "EVENTS.EVENTS.DETAILS.ERRORS_AND_WARNINGS.HEADER" ,
258+ ) /* Errors & Warnings */
259+ }
260+ </ header >
261+ < div className = "obj-container" >
262+ < table className = "main-tbl vertical-headers" >
263+ < tbody >
264+ < tr />
265+ </ tbody >
266+ </ table >
267+ </ div >
268+ </ div >
269+
239270 { /* 'Workflow Details' table */ }
240271 < div className = "obj tbl-details" >
241272 < header >
You can’t perform that action at this time.
0 commit comments