Bugfixes found Shuffle blog part 2
This commit is contained in:
@@ -4118,7 +4118,7 @@ const AngularWorkflow = (props) => {
|
||||
<div style={{marginTop: "20px", marginBottom: "7px", display: "flex"}}>
|
||||
<div style={{width: "17px", height: "17px", borderRadius: 17 / 2, backgroundColor: "#f85a3e", marginRight: "10px"}}/>
|
||||
<div style={{flex: "10"}}>
|
||||
<b>Run how often (seconds)? </b>
|
||||
<b>Interval (seconds) </b>
|
||||
</div>
|
||||
</div>
|
||||
<TextField
|
||||
@@ -4489,7 +4489,7 @@ const AngularWorkflow = (props) => {
|
||||
<h2>Executing Workflow</h2>
|
||||
{executionData.execution_argument !== undefined && executionData.execution_argument.length > 0 ?
|
||||
<div>
|
||||
<h3>Execution Argument: </h3>{executionText}
|
||||
<h3>Execution Argument: </h3>{executionData.execution_argument}
|
||||
</div>
|
||||
: null }
|
||||
{executionData.status !== undefined && executionData.status.length > 0 ?
|
||||
|
||||
@@ -600,7 +600,7 @@ const AppCreator = (props) => {
|
||||
console.log("Location: ", parameterLocation)
|
||||
console.log("Name: ", parameterName)
|
||||
const apiKey = authenticationOption === "API key" ?
|
||||
<div>
|
||||
<div style={{color: "white"}}>
|
||||
<h4>API key</h4>
|
||||
<TextField
|
||||
required
|
||||
|
||||
@@ -886,15 +886,15 @@ const Workflows = (props) => {
|
||||
<div style={emptyWorkflowStyle}>
|
||||
<Paper style={boxStyle}>
|
||||
<div>
|
||||
<h2>Welcome to Shuffle!</h2>
|
||||
<h2>Welcome to Shuffle</h2>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
<b>Shuffle</b> is a flexible, easy to use, automation framework allowing users to integrate their services and devices to reduce the amount of manual labor required for those tasks. <Link to="/docs/workflows" style={{textDecoration: "none", color: "#f85a3e"}}>Click here for more information.</Link>
|
||||
<b>Shuffle</b> is a flexible, easy to use, automation platform allowing users to integrate their services and devices freely. It's made to significantly reduce the amount of manual labor, and is focused on security applications. <Link to="/docs/about" style={{textDecoration: "none", color: "#f85a3e"}}>Click here to learn more.</Link>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
If you want to jump straight into it, click the following button to create your first workflow:
|
||||
If you want to jump straight into it, click here to create your first workflow:
|
||||
</div>
|
||||
<div>
|
||||
<Button color="primary" style={{marginTop: "20px",}} variant="outlined" onClick={() => setModalOpen(true)}>New workflow</Button>
|
||||
|
||||
Reference in New Issue
Block a user