disable produce message button if cluster is readOnly (#2077)
This commit is contained in:
parent
c42858e722
commit
eb9aeef2d1
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ const Details: React.FC<Props> = ({
|
||||||
buttonSize="M"
|
buttonSize="M"
|
||||||
buttonType="primary"
|
buttonType="primary"
|
||||||
to={`../${clusterTopicSendMessageRelativePath}`}
|
to={`../${clusterTopicSendMessageRelativePath}`}
|
||||||
|
disabled={isReadOnly}
|
||||||
>
|
>
|
||||||
Produce Message
|
Produce Message
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue