Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 10-databases/visualizer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
<!-- Connection lines -->
<line x1="230" y1="130" x2="370" y2="130" stroke="#334155" stroke-width="2" />
<line x1="530" y1="130" x2="670" y2="130" stroke="#334155" stroke-width="2" />
<line x1="450" y1="200" x2="450" y2="260" stroke="#334155" stroke-width="2" stroke-dasharray="6 4" />
<text x="460" y="235" fill="#94a3b8" font-size="10" font-family="monospace">replication</text>
<!-- Replication line (Primary -> Replica, dashed) -->
<line x1="520" y1="210" x2="670" y2="210" stroke="#334155" stroke-width="2" stroke-dasharray="6 4" />
<text x="595" y="225" text-anchor="middle" fill="#94a3b8" font-size="10" font-family="monospace">replication</text>

<!-- Animated arrows -->
<line id="arrow-app-primary" class="arrow" x1="230" y1="120" x2="370" y2="120"
Expand Down
Loading