Skip to content

Commit 972ddc5

Browse files
stuggiclaude
andcommitted
[b/r] Make flowchart legend more compact
Use shorter labels, invisible links to keep items on one line, and smaller font size for a less intrusive legend. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d1f773d commit 972ddc5

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

docs/dev/backup-restore/backup-restore-controller-design.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -743,16 +743,13 @@ flowchart TD
743743
744744
EnableIHA --> End([Restore Complete])
745745
746-
subgraph Legend
746+
subgraph Legend[" "]
747747
direction LR
748-
L1[OADP Velero Restore]
749-
L2[Manual Step]
750-
L3[Wait Condition]
751-
L4[Ready Status]
752-
style L1 fill:#E1F5FE
753-
style L2 fill:#FFE4B5
754-
style L3 fill:#87CEEB
755-
style L4 fill:#90EE90
748+
L1[OADP Restore] ~~~ L2[Manual] ~~~ L3[Wait] ~~~ L4[Ready]
749+
style L1 fill:#E1F5FE,font-size:11px
750+
style L2 fill:#FFE4B5,font-size:11px
751+
style L3 fill:#87CEEB,font-size:11px
752+
style L4 fill:#90EE90,font-size:11px
756753
end
757754
758755
style RestorePVC fill:#E1F5FE

0 commit comments

Comments
 (0)