فهرست منبع

disable produce message button if cluster is readOnly (#2077)

Robert Azizbekyan 3 سال پیش
والد
کامیت
eb9aeef2d1
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx

+ 1 - 0
kafka-ui-react-app/src/components/Topics/Topic/Details/Details.tsx

@@ -113,6 +113,7 @@ const Details: React.FC<Props> = ({
                   buttonSize="M"
                   buttonType="primary"
                   to={`../${clusterTopicSendMessageRelativePath}`}
+                  disabled={isReadOnly}
                 >
                   Produce Message
                 </Button>