You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/kanvas/designer/interpreting-component-badges/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ While the specific badges change depending on your mode, they all follow a consi
24
24
-**Contextual Actions (Top-Right)**
25
25
This corner provides helpful, non-critical actions or shortcuts, such as a link to relevant documentation.
26
26
27
-
-**Composition and Contents (Bottom-Right)**
28
-
This quadrant details what a component is made of or what it is currently managing, answering the question, "What's inside?".
27
+
-**Management and Control (Bottom-Right)**
28
+
This quadrant is for hands-on management, providing tools to either control a component's internal composition or interact directly with its live instance.
29
29
30
30
-**The "Problem Corner" (Bottom-Left)**
31
31
This is your go-to spot for all status checks and issue reporting. If something needs attention, you'll find it here.
@@ -80,11 +80,11 @@ Reports the real-time health, performance, and policy compliance status of the r
80
80
81
81
- For example, a yellow icon indicating a performance warning, or a red icon for a critical policy violation.
82
82
83
-
#### Live Inventory / Status
83
+
#### Terminal
84
84
85
-
Shows the real-time count and ready-state of the resources managed by this component. Can also show other statuses like an active terminal session.
85
+
Provides direct, interactive shell access to the component's runtime, specifically for containers.
86
86
87
-
- For example, a badge on a Deployment showing Pods: 3/3, indicating all desired replicas are running and ready.
87
+
- For example, a terminal icon appears on a running Pod, which, when clicked, opens a live command-line shell to that container.
0 commit comments