feat: add NetBox plugin store
CI / php-store (push) Canceled after 0s
CI / python-components (push) Canceled after 0s

This commit is contained in:
2026-08-24 20:51:25 +02:00
commit f36d6be511
135 changed files with 15160 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="g" x1="8" y1="4" x2="56" y2="60" gradientUnits="userSpaceOnUse">
<stop stop-color="#1769e0"/>
<stop offset="1" stop-color="#21b6c7"/>
</linearGradient>
</defs>
<rect x="4" y="4" width="56" height="56" rx="15" fill="url(#g)"/>
<path d="M18 46V18h7l14 18V18h7v28h-7L25 28v18z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 412 B