Fixed relevant stats & license trackers to make it easier to use

This commit is contained in:
Frikky
2024-03-18 02:48:53 +01:00
parent c36ed18a04
commit 833a8d53e0
13 changed files with 513 additions and 273 deletions
+10
View File
@@ -16255,6 +16255,16 @@ const AngularWorkflow = (defaultprops) => {
</a>
)
) : (
executionData.execution_source === "questions" || executionData.execution_source === "web" ?
<a
rel="noopener noreferrer"
href={`/workflows/${executionData.workflow.id}/run`}
target="_blank"
style={{ textDecoration: "none", color: "#f85a3e" }}
>
Questions
</a>
:
executionData.execution_source
)}
</Typography>