mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 23:18:17 +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') {
|
if (cmd === 'ignore') {
|
||||||
this.row.status = { 'value': statusMap.ignored }
|
this.row.status = { 'value': statusMap.ignored }
|
||||||
}
|
}
|
||||||
|
if (cmd === 'delete_remote') {
|
||||||
|
this.row.remote_present = false
|
||||||
|
}
|
||||||
this.row.status = { 'value': statusMap.confirmed }
|
this.row.status = { 'value': statusMap.confirmed }
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user