mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-10 08:00:10 +08:00
Revert "Refactored CronWorkflow message."
This reverts commit 59cbf7d15e
.
This commit is contained in:
@@ -57,10 +57,6 @@ func apiWorkflowExecution(wf *v1.WorkflowExecution) (workflow *api.WorkflowExecu
|
||||
return
|
||||
}
|
||||
|
||||
func GenApiWorkflowTemplate(wft *v1.WorkflowTemplate) *api.WorkflowTemplate {
|
||||
return apiWorkflowTemplate(wft)
|
||||
}
|
||||
|
||||
func apiWorkflowTemplate(wft *v1.WorkflowTemplate) *api.WorkflowTemplate {
|
||||
return &api.WorkflowTemplate{
|
||||
Uid: wft.UID,
|
||||
|
Reference in New Issue
Block a user