diff --git a/diagram.json b/diagram.json index 19f6ca0..4736f13 100644 --- a/diagram.json +++ b/diagram.json @@ -1,36 +1,4 @@ { - "nodes": [ - { - "id": "1", - "type": "custom", - "data": { - "label": "ArgoCD", - "icon": "https://s3.dvirlabs.com/lab-icons/argocd.svg" - }, - "position": { - "x": 100, - "y": 100 - } - }, - { - "id": "2", - "type": "custom", - "data": { - "label": "Gitea", - "icon": "https://s3.dvirlabs.com/lab-icons/gitea.svg" - }, - "position": { - "x": 300, - "y": 200 - } - } - ], - "edges": [ - { - "id": "e1-2", - "source": "1", - "target": "2", - "animated": true - } - ] -} + "nodes": [], + "edges": [] +} \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore index a547bf3..b3e56dd 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -22,3 +22,6 @@ dist-ssr *.njsproj *.sln *.sw? + +# Custom +public/env.js diff --git a/frontend/src/assets/default.svg b/frontend/src/assets/default.svg new file mode 100644 index 0000000..a38a9bf --- /dev/null +++ b/frontend/src/assets/default.svg @@ -0,0 +1,4 @@ + + + +