Merge branch 'master' into issues/1911
This commit is contained in:
commit
17ec910f39
2 changed files with 4 additions and 4 deletions
|
@ -86,9 +86,9 @@ const ActionsCell: React.FC<CellContext<Topic, unknown>> = ({ row }) => {
|
|||
Remove Topic
|
||||
{!isTopicDeletionAllowed && (
|
||||
<DropdownItemHint>
|
||||
The topic deletion is restricted at the application
|
||||
The topic deletion is restricted at the broker
|
||||
<br />
|
||||
configuration level
|
||||
configuration level (delete.topic.enable = false)
|
||||
</DropdownItemHint>
|
||||
)}
|
||||
</ActionDropdownItem>
|
||||
|
|
|
@ -162,9 +162,9 @@ const Topic: React.FC = () => {
|
|||
Remove Topic
|
||||
{!isTopicDeletionAllowed && (
|
||||
<DropdownItemHint>
|
||||
The topic deletion is restricted at the application
|
||||
The topic deletion is restricted at the broker
|
||||
<br />
|
||||
configuration level
|
||||
configuration level (delete.topic.enable = false)
|
||||
</DropdownItemHint>
|
||||
)}
|
||||
</ActionDropdownItem>
|
||||
|
|
Loading…
Add table
Reference in a new issue