mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-29 22:14:16 +00:00
ui: Format code.
This commit is contained in:
parent
9cf12a187c
commit
d002f5c97b
@ -31,7 +31,7 @@ function CodeEditor(props: IProps) {
|
||||
form.setFieldsValue({
|
||||
[props.name]: newValue,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<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."
|
||||
onConfirm={startFuotaDeployment}
|
||||
>
|
||||
<Button type="primary" disabled={getFuotaDeploymentResponse.getStartedAt() !== undefined}>Start deployment</Button>
|
||||
<Button type="primary" disabled={getFuotaDeploymentResponse.getStartedAt() !== undefined}>
|
||||
Start deployment
|
||||
</Button>
|
||||
</Popconfirm>
|
||||
<DeleteConfirm typ="FUOTA deployment" confirm={d.getName()} onConfirm={deleteFuotaDeployment}>
|
||||
<Button danger type="primary">
|
||||
|
Loading…
x
Reference in New Issue
Block a user