Skip to content

Commit

Permalink
Update terminology in Kafka topic ACLs section for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjornstad committed Dec 19, 2024
1 parent d7f31ec commit d27116e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{topic.name}
</h3>

<h3>Topic ACLs</h3>
<h3>Topic access control list</h3>
<Table
size="small"
zebraStripes
Expand All @@ -66,7 +66,7 @@
<Thead>
<Tr>
<Th sortable={true} sortKey={KafkaTopicAclOrderField.TEAM_SLUG}>Team</Th>
<Th sortable={true} sortKey={KafkaTopicAclOrderField.CONSUMER}>Consumer</Th>
<Th sortable={true} sortKey={KafkaTopicAclOrderField.CONSUMER}>Workload</Th>
<Th sortable={true} sortKey={KafkaTopicAclOrderField.ACCESS}>Access</Th>
</Tr>
</Thead>
Expand Down

0 comments on commit d27116e

Please sign in to comment.