Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions strimzi/src/StrimziIntro.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function StrimziIntro() {
Strimzi Headlamp Plugin
</Typography>
<Typography variant="body1" color="text.secondary" paragraph>
This Storybook is for the Strimzi plugin. Here you can develop and review UI
(Kafka list, topics, users, topology) with mock data—no cluster required.
This Storybook is for the Strimzi plugin. Here you can develop and review UI (Kafka list,
topics, users, topology) with mock data—no cluster required.
</Typography>
<Typography variant="body2" color="text.secondary">
Add more <code>*.stories.tsx</code> next to your components to see them here.
Expand Down
4 changes: 2 additions & 2 deletions strimzi/src/components/KafkaClusterTopology.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function TopologyNote() {
<strong>KafkaTopologyModal</strong> in the real app.
</Alert>
<Typography variant="body2" color="text.secondary" paragraph>
Open <strong>Strimzi → Kafka Clusters</strong> in Headlamp and click <strong>View</strong> in the Topology
column to see pods, StrimziPodSets, and zoom controls (React Flow).
Open <strong>Strimzi → Kafka Clusters</strong> in Headlamp and click <strong>View</strong>{' '}
in the Topology column to see pods, StrimziPodSets, and zoom controls (React Flow).
</Typography>
<Typography variant="body2" color="text.secondary">
For a modal shell-only preview in Storybook, see <code>strimzi/KafkaTopologyModal</code>.
Expand Down
Loading
Loading