Skip to content

Commit

Permalink
uniformization
Browse files Browse the repository at this point in the history
  • Loading branch information
bengaid committed Feb 14, 2025
1 parent 67525fe commit 9988302
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 43 deletions.
67 changes: 67 additions & 0 deletions documentation/Templates/Projects/python-webservice.xprjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"meta": {
"version": "4.000.9103",
"fileFormatVersion": "0.4",
"date": "2024-12-02T22:02:01.039Z",
"name": "python-webservice",
"description": "Using Flask via REST API dataNode-type to call Python code",
"tags": [
{
"text": "DataNodes"
},
{
"text": "Python"
},
{
"text": "Flask"
},
{
"text": "REST-API"
}
],
"schedulerLogOff": true
},
"data": {
"datanodes": [
{
"name": "vectorFunctions",
"type": "REST_web-service_from_datasource",
"settings": {
"name": "vectorFunctions",
"url": "http://127.0.0.1:5000/basicVect",
"use_xproxy": false,
"resp_data_type": "JSON",
"autoStart": false,
"explicitTrig": false,
"method": "POST",
"body": "{\n\"A\": [0, 1, 2, 3],\n\"B\": [10, 11, 12, 13] \n}",
"headers": [
{
"name": "Content-Type",
"value": "application/json"
}
],
"sampleTime": 0,
"req_data_type": "none"
}
}
]
},
"libraries": {
"pyodideStandard": [],
"pyodideMicropip": []
},
"dashboard": {},
"connections": {},
"display": {
"theme": "default",
"backgroundColor": "var(--widget-color-0)",
"inheritThemeBackgroundColor": true,
"marginX": 10,
"marginY": 10,
"width": 1045,
"height": 605,
"enforceHeightLimit": false
},
"navBarNotification": false
}
Binary file added documentation/docs/ds/img/ds-graph-cycle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 0 additions & 43 deletions documentation/docs/xdashapi.md

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions front-end/source/assets/style/components/_plugin-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ ul.datasource-input-suffix {
@include media-breakpoint-up('md') {
width: 80%;
}
&.disabled {
font-style: italic;
}
}

// Errors in JSEditor
Expand Down
3 changes: 3 additions & 0 deletions front-end/source/assets/style/icons/_datanodes-icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
&.icn-delay {
@include icon-background('delay.svg', 'datanode');
}
&.icn-memory {
@include icon-background('memory.png', 'datanode');
}

&.icn-file-reader {
@include icon-background('file-reader.svg', 'datanode');
Expand Down

0 comments on commit 9988302

Please sign in to comment.