Add env.js for develop
This commit is contained in:
parent
2c0e566fb8
commit
74db6008b0
36
diagram.json
36
diagram.json
@ -1,36 +1,4 @@
|
|||||||
{
|
{
|
||||||
"nodes": [
|
"nodes": [],
|
||||||
{
|
"edges": []
|
||||||
"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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
3
frontend/.gitignore
vendored
3
frontend/.gitignore
vendored
@ -22,3 +22,6 @@ dist-ssr
|
|||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
# Custom
|
||||||
|
public/env.js
|
||||||
|
|||||||
4
frontend/src/assets/default.svg
Normal file
4
frontend/src/assets/default.svg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="gray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<rect x="3" y="3" width="18" height="18" rx="2" ry="2" />
|
||||||
|
<path d="M3 9h18M9 21V9" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 271 B |
Loading…
x
Reference in New Issue
Block a user