Merge branch '1.0-develop' into develop
This commit is contained in:
commit
62238ad418
5 changed files with 12 additions and 5 deletions
|
@ -11,7 +11,7 @@ export default () => {
|
|||
state => state.server.data?.isNodeUnderMaintenance || false,
|
||||
);
|
||||
|
||||
return status === 'installing' || status === 'install_failed' ? (
|
||||
return status === 'installing' || status === 'install_failed' || status === 'reinstall_failed' ? (
|
||||
<ScreenBlock
|
||||
title={'Running Installer'}
|
||||
image={ServerInstallSvg}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue