diff --git a/Node-RED-Flow-Code.json b/Node-RED-Flow-Code.json new file mode 100644 index 0000000..b82eeb4 --- /dev/null +++ b/Node-RED-Flow-Code.json @@ -0,0 +1,141 @@ +[ + { + "id": "node_ui_table", + "type": "ui-table", + "z": "vpn_final_v4", + "group": "node_ui_group", + "name": "VPN Übersicht", + "label": "", + "order": 1, + "width": "0", + "height": "0", + "maxrows": "", + "autocols": false, + "showSearch": true, + "deselect": true, + "selectionType": "none", + "columns": [ + { + "title": "Server", + "key": "Server", + "keyType": "key", + "type": "text", + "width": "", + "align": "start" + }, + { + "title": "VPN-Client", + "key": "VPN-Client", + "keyType": "key", + "type": "text", + "width": "", + "align": "start" + }, + { + "title": "Status", + "key": "Status", + "keyType": "key", + "type": "text", + "width": "", + "align": "start" + } + ], + "mobileBreakpoint": "sm", + "mobileBreakpointType": "defaults", + "action": "replace", + "className": "", + "x": 600, + "y": 160, + "wires": [ + [] + ] + }, + { + "id": "node_ui_group", + "type": "ui-group", + "name": "..:..", + "page": "node_ui_page", + "width": "12", + "height": "1", + "order": 1, + "showTitle": false, + "className": "", + "visible": "true", + "disabled": "false", + "groupType": "default" + }, + { + "id": "node_ui_page", + "type": "ui-page", + "name": "NETMAKER VPN Client Status", + "ui": "db2_base", + "path": "/vpn", + "icon": "", + "layout": "grid", + "theme": "b752cb4ed9bda6eb", + "breakpoints": [ + { + "name": "Default", + "px": "0", + "cols": "3" + }, + { + "name": "Tablet", + "px": "576", + "cols": "6" + }, + { + "name": "Small Desktop", + "px": "768", + "cols": "9" + }, + { + "name": "Desktop", + "px": "1024", + "cols": "12" + } + ], + "order": 1, + "className": "", + "visible": "true", + "disabled": "false" + }, + { + "id": "db2_base", + "type": "ui-base", + "name": "Dashboard 2.0", + "path": "/dashboard", + "includeClientData": true, + "acceptsClientConfig": [ + "ui-control", + "ui-notification" + ] + }, + { + "id": "b752cb4ed9bda6eb", + "type": "ui-theme", + "name": "Standardthema", + "colors": { + "surface": "#737373", + "primary": "#0094ce", + "bgPage": "#eeeeee", + "groupBg": "#ffffff", + "groupOutline": "#cccccc" + }, + "sizes": { + "density": "comfortable", + "pagePadding": "12px", + "groupGap": "12px", + "groupBorderRadius": "4px", + "widgetGap": "12px" + } + }, + { + "id": "7419af478447b66a", + "type": "global-config", + "env": [], + "modules": { + "@flowfuse/node-red-dashboard": "1.30.2" + } + } +] \ No newline at end of file