mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
fix: upgrader modal closable issue
This commit is contained in:
parent
3f91c3ec8d
commit
612d65676a
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ async function perform_upgrade() {
|
|||
clearInterval(t)
|
||||
progressStatus.value = 'success'
|
||||
progressPercent.value = 100
|
||||
modalClosable.value = true
|
||||
log('Upgraded successfully')
|
||||
})
|
||||
}, 2000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue