Update resources/scripts/components/server/console/ServerConsoleContainer.tsx
Some checks are pending
Docker / Push (push) Waiting to run

This commit is contained in:
Derek1256 2025-03-10 02:36:32 +00:00
parent 52b909c48b
commit 6a75caa68e

View file

@ -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'}>