mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 19:15:13 +00:00
fix: update remote_present status on delete_remote command
This commit is contained in:
parent
61e5b061e9
commit
d0b8efc796
@ -103,6 +103,9 @@ export default {
|
||||
if (cmd === 'ignore') {
|
||||
this.row.status = { 'value': statusMap.ignored }
|
||||
}
|
||||
if (cmd === 'delete_remote') {
|
||||
this.row.remote_present = false
|
||||
}
|
||||
this.row.status = { 'value': statusMap.confirmed }
|
||||
}).finally(() => {
|
||||
setTimeout(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user