Update resources/scripts/components/server/console/ServerConsoleContainer.tsx
Some checks are pending
Docker / Push (push) Waiting to run
Some checks are pending
Docker / Push (push) Waiting to run
This commit is contained in:
parent
52b909c48b
commit
6a75caa68e
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ const ServerConsoleContainer = () => {
|
|||
{isNodeUnderMaintenance
|
||||
? 'The node of this server is currently under maintenance and all actions are unavailable.'
|
||||
: isInstalling
|
||||
? 'This server is currently running its installation process and most actions are unavailable.'
|
||||
: 'This server is currently being transferred to another node and all actions are unavailable.'}
|
||||
? 'Comet: Ausonia is currently installing your server for you. please stand by.'
|
||||
: 'Comet: Ausonia is currently transfering your server to another node, please stand by.'}
|
||||
</Alert>
|
||||
)}
|
||||
<div className={'grid grid-cols-4 gap-4 mb-4'}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue