FEATURE: Added sub-workflow trigger

This commit is contained in:
frikky
2021-01-03 16:54:31 +01:00
parent a7e0b2706b
commit faae62e1ab
12 changed files with 495 additions and 66 deletions
+2
View File
@@ -74,6 +74,8 @@ const data = [{
'shape': 'octagon',
'border-color': 'orange',
'background-color': '#213243',
'background-width': '100%',
'background-height': '100%',
},
},
{
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -85,7 +85,7 @@ const Settings = (props) => {
const generateApikey = () => {
fetch(globalUrl+"/api/v1/generateapikey", {
method: 'GET',
method: 'GET',
headers: {
'Content-Type': 'application/json',
'Accept': 'application/json',
@@ -99,7 +99,7 @@ const Settings = (props) => {
return response.json()
})
.then((responseJson) => {
.then((responseJson) => {
setUserSettings(responseJson)
})
.catch(error => {