Apply node maintenance mode to servers (#4421)
This commit is contained in:
parent
4032481a4f
commit
032e4f2e31
11 changed files with 29 additions and 5 deletions
|
@ -30,7 +30,7 @@ const server: ServerDataStore = {
|
|||
return false;
|
||||
}
|
||||
|
||||
return state.data.status !== null || state.data.isTransferring;
|
||||
return state.data.status !== null || state.data.isTransferring || state.data.isNodeUnderMaintenance;
|
||||
}),
|
||||
|
||||
isInstalling: computed((state) => {
|
||||
|
|
Reference in a new issue