mirror of
https://github.com/recklessop/zroc.git
synced 2026-07-05 05:43:14 -04:00
0500ac171c
- 61 files across zroc-ui/ and zroc-ova/ directories - Full content written for: config, auth, API layers, CSS, build files, OVA scripts, backend routes, charts, hooks, constants - Stubs in place for: page components, Sidebar, TopBar, docker-compose, authentik client, blueprint YAML, packer HCL, workflows, setup wizard Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
594 B
XML
18 lines
594 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
|
<!-- Background -->
|
|
<rect width="32" height="32" rx="6" fill="#0d1526"/>
|
|
<!-- Border -->
|
|
<rect x="1" y="1" width="30" height="30" rx="5.5" stroke="#0ea5e9" stroke-width="1" stroke-opacity="0.4"/>
|
|
<!-- Activity line (zROC pulse) -->
|
|
<polyline
|
|
points="4,18 8,18 10,10 12,24 15,14 17,20 19,16 21,16 24,16 28,16"
|
|
stroke="#0ea5e9"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
fill="none"
|
|
/>
|
|
<!-- Live dot -->
|
|
<circle cx="28" cy="16" r="2.5" fill="#10b981"/>
|
|
</svg>
|