diff --git a/frontend/src/views/AngularWorkflow.jsx b/frontend/src/views/AngularWorkflow.jsx index 30b1968c..4d5beeb1 100644 --- a/frontend/src/views/AngularWorkflow.jsx +++ b/frontend/src/views/AngularWorkflow.jsx @@ -3914,7 +3914,7 @@ const AngularWorkflow = (props) => { return (
- What are WORKFLOW variables? + What are WORKFLOW variables? {workflow.workflow_variables === null ? null : workflow.workflow_variables.map((variable, index) => { return ( @@ -3981,7 +3981,7 @@ const AngularWorkflow = (props) => { }}>New workflow variable
- What are EXECUTION variables? + What are EXECUTION variables? {workflow.execution_variables === null || workflow.execution_variables === undefined ? null : workflow.execution_variables.map(variable=> { return ( @@ -5363,7 +5363,7 @@ const AngularWorkflow = (props) => { }} > - Conditions can't be used for loops [ .# ] Learn more + Conditions can't be used for loops [ .# ] Learn more Condition @@ -5630,7 +5630,7 @@ const AngularWorkflow = (props) => {

Branch: Conditions - {selectedEdgeIndex}

- What are conditions? + What are conditions?
@@ -6005,7 +6005,7 @@ const AngularWorkflow = (props) => {

{selectedTrigger.app_name}: {selectedTrigger.status}

- What are email triggers? + What are email triggers?
@@ -6398,7 +6398,7 @@ const AngularWorkflow = (props) => {

{selectedTrigger.app_name}

- What are subflows? + What are subflows?
@@ -6512,7 +6512,7 @@ const AngularWorkflow = (props) => { } {workflow.triggers[selectedTriggerIndex].parameters[0].value.length === 0 ? null : workflow.triggers[selectedTriggerIndex].parameters[0].value === props.match.params.key ? null : - Explore selected workflow + Explore selected workflow } {subworkflow === undefined || subworkflow === null || subworkflow.id === undefined || subworkflow.actions === null || subworkflow.actions === undefined || subworkflow.actions.length === 0 ? null : @@ -6720,7 +6720,7 @@ const AngularWorkflow = (props) => {

{selectedTrigger.app_name}: {selectedTrigger.status}

- What are webhooks? + What are webhooks?
@@ -7165,7 +7165,7 @@ const AngularWorkflow = (props) => {

{selectedTrigger.app_name}: {selectedTrigger.status}

- What is the user input trigger? + What is the user input trigger?
@@ -7343,7 +7343,7 @@ const AngularWorkflow = (props) => {

{selectedTrigger.app_name}: {selectedTrigger.status}

- What are schedules? + What are schedules?
@@ -8261,7 +8261,7 @@ const AngularWorkflow = (props) => { : - Parent Workflow + Parent Workflow : executionData.execution_source } @@ -8438,7 +8438,7 @@ const AngularWorkflow = (props) => { See sub-execution : - { + { }}> @@ -8813,7 +8813,7 @@ const AngularWorkflow = (props) => { Execution Variable - Execution Variables are TEMPORARY variables that you can ony be set and used during execution. Learn more here + Execution Variables are TEMPORARY variables that you can ony be set and used during execution. Learn more here setNewVariableName(event.target.value)} color="primary" @@ -9119,7 +9119,7 @@ const AngularWorkflow = (props) => {
Authentication for {selectedApp.name}
- What is app authentication?
+ What is app authentication?
These are required fields for authenticating with {selectedApp.name}
Name - what is this used for? @@ -9304,7 +9304,7 @@ const AngularWorkflow = (props) => { >
{selectedApp.reference_info === undefined || selectedApp.reference_info === null || selectedApp.reference_info.github_url === undefined || selectedApp.reference_info.github_url === null || selectedApp.reference_info.github_url.length === 0 ? - + {`Documentation : @@ -9340,7 +9340,7 @@ const AngularWorkflow = (props) => { There is currently no extended documentation available for this app. - Want help with this app? Join the Discord! + Want help with this app? Join the Discord! @@ -9349,7 +9349,7 @@ const AngularWorkflow = (props) => { {selectedApp.reference_info === undefined || selectedApp.reference_info === null || selectedApp.reference_info.github_url === undefined || selectedApp.reference_info.github_url === null || selectedApp.reference_info.github_url.length === 0 ? - Check it out on Github! + Check it out on Github! : diff --git a/frontend/src/views/Apps.jsx b/frontend/src/views/Apps.jsx index c82c867f..e6307cd2 100644 --- a/frontend/src/views/Apps.jsx +++ b/frontend/src/views/Apps.jsx @@ -690,7 +690,7 @@ const Apps = (props) => { : null } {isCloud ? - + @@ -844,9 +844,9 @@ const Apps = (props) => {

App Creator

How it works -  - Security API's -  - OpenAPI directory -  - OpenAPI Validator +  - Security API's +  - OpenAPI directory +  - OpenAPI Validator
Apps interact with eachother in workflows. They are created with the app creator, using OpenAPI specification or manually in python. The links above are references to OpenAPI tools and other app repositories. There's thousands of them. @@ -1056,7 +1056,7 @@ const Apps = (props) => { - + Click here to search ALL apps, not just your activated ones. @@ -1077,7 +1077,7 @@ const Apps = (props) => { No apps have been created, uploaded or downloaded yet. Click "Load existing apps" above to get the baseline. This may take a while as its building docker images. - If you're still not able to see any apps, please follow our troubleshooting guide for loading apps! + If you're still not able to see any apps, please follow our troubleshooting guide for loading apps! }