Add tooltip to retain checkbox
This commit is contained in:
@@ -237,6 +237,7 @@ class Publish extends React.Component<Props, State> {
|
|||||||
label="QoS"
|
label="QoS"
|
||||||
labelPlacement="start"
|
labelPlacement="start"
|
||||||
/>
|
/>
|
||||||
|
<Tooltip title="Retained messages only appear to be retained, when client subscribes after the initial publish." placement="top">
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
value="retain"
|
value="retain"
|
||||||
style={labelStyle}
|
style={labelStyle}
|
||||||
@@ -244,6 +245,7 @@ class Publish extends React.Component<Props, State> {
|
|||||||
label="retain"
|
label="retain"
|
||||||
labelPlacement="end"
|
labelPlacement="end"
|
||||||
/>
|
/>
|
||||||
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user