mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-29 14:04:16 +00:00
fix typo.
Signed-off-by: SAGAR PATEL <sagar.a.patel@slscorp.com>
This commit is contained in:
parent
6640496e10
commit
f940af686b
@ -147,7 +147,7 @@ class DeviceLayout extends Component<IProps, IState> {
|
|||||||
confirm={device.getName()}
|
confirm={device.getName()}
|
||||||
onConfirm={this.deleteDevice}
|
onConfirm={this.deleteDevice}
|
||||||
>
|
>
|
||||||
<Button danger type="primary">Delete devicee</Button>
|
<Button danger type="primary">Delete device</Button>
|
||||||
</DeleteConfirm>
|
</DeleteConfirm>
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
@ -184,7 +184,7 @@ class ListDevices extends Component<IProps, IState> {
|
|||||||
<Space direction="vertical" size="large" style={{width: "100%"}}>
|
<Space direction="vertical" size="large" style={{width: "100%"}}>
|
||||||
<Modal title="Add selected devices to multicast-group" visible={this.state.mgModalVisible} onOk={this.handleMgModalOk} onCancel={this.hideMgModal} okButtonProps={{disabled: this.state.mgSelected === ""}}>
|
<Modal title="Add selected devices to multicast-group" visible={this.state.mgModalVisible} onOk={this.handleMgModalOk} onCancel={this.hideMgModal} okButtonProps={{disabled: this.state.mgSelected === ""}}>
|
||||||
<Space direction="vertical" size="large" style={{width: "100%"}}>
|
<Space direction="vertical" size="large" style={{width: "100%"}}>
|
||||||
<Select style={{width: "100%"}} onChange={this.onMgSelected}>
|
<Select style={{width: "100%"}} onChange={this.onMgSelected} placeholder="Select Multicast-group">
|
||||||
{mgOptions}
|
{mgOptions}
|
||||||
</Select>
|
</Select>
|
||||||
</Space>
|
</Space>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user