|
@@ -86,9 +86,9 @@ const ActionsCell: React.FC<CellContext<Topic, unknown>> = ({ row }) => {
|
|
Remove Topic
|
|
Remove Topic
|
|
{!isTopicDeletionAllowed && (
|
|
{!isTopicDeletionAllowed && (
|
|
<DropdownItemHint>
|
|
<DropdownItemHint>
|
|
- The topic deletion is restricted at the application
|
|
|
|
|
|
+ The topic deletion is restricted at the broker
|
|
<br />
|
|
<br />
|
|
- configuration level
|
|
|
|
|
|
+ configuration level (delete.topic.enable = false)
|
|
</DropdownItemHint>
|
|
</DropdownItemHint>
|
|
)}
|
|
)}
|
|
</ActionDropdownItem>
|
|
</ActionDropdownItem>
|