Merge branch 'main' of https://gitea.internike.com/nike/buildoz
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesTest1.html",
|
||||
"nodesFile": "./nodesLib/nodesTest1.html",
|
||||
"flow": {
|
||||
"nodes":[
|
||||
{ "nodeType": "inc",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesTest1.html",
|
||||
"nodesFile": "./nodesLib/nodesTest1.html",
|
||||
"flow": {
|
||||
"nodes":[
|
||||
{ "nodeType": "inc",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodes16ports.html",
|
||||
"nodesFile": "./nodesLib/nodes16ports.html",
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesTest2.html",
|
||||
"nodesFile": "./nodesLib/nodesTest2.html",
|
||||
"flow": {
|
||||
"nodes":[
|
||||
{ "nodeType": "process",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesEIC.html",
|
||||
"nodesFile": "./nodesLib/nodesEIC.html",
|
||||
"flow": {
|
||||
"nodes":[
|
||||
{ "nodeType": "eicBasic",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesEIC.html",
|
||||
"nodesFile": "./nodesLib/nodesEIC.html",
|
||||
"flow": {
|
||||
"nodes":[
|
||||
{ "nodeType": "eicBasic",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"nodesFile": "/buildoz/graflow_examples/nodesLib/nodesEIC2.html",
|
||||
"nodesFile": "./nodesLib/nodesEIC2.html",
|
||||
"flow": {
|
||||
"nodes":[
|
||||
{ "nodeType": "eicBasic",
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<bz-graflow class="compunet" flow="/buildoz/graflow_examples/flows/testFlow1.1.json" tension="60" isolated>
|
||||
<bz-graflow class="compunet" flow="./flows/testFlow1.1.json" tension="60" isolated>
|
||||
<div class="demooptions"> <!-- just for demo purposes -->
|
||||
<button data-trigger="onAutoplace1H">Auto-place Horizontal</button>
|
||||
<button data-trigger="onAutoplace1V">Auto-place Vertical</button>
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<bz-graflow class="organi" flow="/buildoz/graflow_examples/flows/testFlow2.json" tension="60" isolated>
|
||||
<bz-graflow class="organi" flow="./flows/testFlow2.json" tension="60" isolated>
|
||||
<div class="demooptions">
|
||||
<button data-trigger="onAutoplace3H">Auto-place Horizontal</button>
|
||||
<button data-trigger="onAutoplace3V">Auto-place Vertical</button>
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<bz-graflow class="icmp" flow="/buildoz/graflow_examples/flows/testFlowICMP2.json" tension="20" align="first" wiretype="ortho" gapx="100" gapy="30">
|
||||
<bz-graflow class="icmp" flow="./flows/testFlowICMP2.json" tension="20" align="first" wiretype="ortho" gapx="100" gapy="30">
|
||||
<div class="demooptions"> <!-- just for demo purposes -->
|
||||
<button data-trigger="onAutoplace4H">Auto-place Horizontal</button>
|
||||
<button data-trigger="onAutoplace4V">Auto-place Vertical</button>
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
<body>
|
||||
<div class="container" style="padding:0;"">
|
||||
<bz-graflow class="icmp" flow="/buildoz/graflow_examples/flows/testFlowICMP.json" tension="60">
|
||||
<bz-graflow class="icmp" flow="./flows/testFlowICMP.json" tension="60">
|
||||
<div class="demooptions">
|
||||
<button data-trigger="onAutoplace4H">Auto-place Horizontal</button>
|
||||
<button data-trigger="onAutoplace4V">Auto-place Vertical</button>
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<bz-graflow class="compunet" flow="/buildoz/graflow_examples/flows/testFlow1.json" tension="60" isolated edit="nodesmove,wires,dropnodes" >
|
||||
<bz-graflow class="compunet" flow="./flows/testFlow1.json" tension="60" isolated edit="nodesmove,wires,dropnodes" >
|
||||
<div class="demooptions"> <!-- just for demo purposes -->
|
||||
<button data-trigger="onAutoplace1H">Auto-place Horizontal</button>
|
||||
<button data-trigger="onAutoplace1V">Auto-place Vertical</button>
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<bz-graflow class="compunet" flow="/buildoz/graflow_examples/flows/testFlow16ports.json" tension="60" isolated edit="nodesmove" >
|
||||
<bz-graflow class="compunet" flow="./flows/testFlow16ports.json" tension="60" isolated edit="nodesmove" >
|
||||
<div class="demooptions"> <!-- just for demo purposes -->
|
||||
<button data-trigger="onAutoplace1H">Auto-place Horizontal</button>
|
||||
<button data-trigger="onAutoplace1V">Auto-place Vertical</button>
|
||||
|
||||
Reference in New Issue
Block a user