mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-09 11:11:36 +00:00
ui: Format code.
This commit is contained in:
parent
9cf12a187c
commit
d002f5c97b
@ -31,7 +31,7 @@ function CodeEditor(props: IProps) {
|
|||||||
form.setFieldsValue({
|
form.setFieldsValue({
|
||||||
[props.name]: newValue,
|
[props.name]: newValue,
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Form.Item label={props.label} name={props.name} tooltip={props.tooltip}>
|
<Form.Item label={props.label} name={props.name} tooltip={props.tooltip}>
|
||||||
|
@ -168,7 +168,9 @@ function FuotaDeploymentLayout(props: IProps) {
|
|||||||
description="Are you sure you want to start the deploymen? Once started, you will not be able to make changes."
|
description="Are you sure you want to start the deploymen? Once started, you will not be able to make changes."
|
||||||
onConfirm={startFuotaDeployment}
|
onConfirm={startFuotaDeployment}
|
||||||
>
|
>
|
||||||
<Button type="primary" disabled={getFuotaDeploymentResponse.getStartedAt() !== undefined}>Start deployment</Button>
|
<Button type="primary" disabled={getFuotaDeploymentResponse.getStartedAt() !== undefined}>
|
||||||
|
Start deployment
|
||||||
|
</Button>
|
||||||
</Popconfirm>
|
</Popconfirm>
|
||||||
<DeleteConfirm typ="FUOTA deployment" confirm={d.getName()} onConfirm={deleteFuotaDeployment}>
|
<DeleteConfirm typ="FUOTA deployment" confirm={d.getName()} onConfirm={deleteFuotaDeployment}>
|
||||||
<Button danger type="primary">
|
<Button danger type="primary">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user