mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-11 21:33:10 +00:00
ui: Disable start fuota deployment button once started.
This commit is contained in:
parent
236b468aa4
commit
5ce35eef5e
@ -168,7 +168,7 @@ 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">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