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

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

View file

@ -28,8 +28,8 @@ const ServerConsoleContainer = () => {
{isNodeUnderMaintenance {isNodeUnderMaintenance
? 'The node of this server is currently under maintenance and all actions are unavailable.' ? 'The node of this server is currently under maintenance and all actions are unavailable.'
: isInstalling : isInstalling
? 'This server is currently running its installation process and most actions are unavailable.' ? 'Comet: Ausonia is currently installing your server for you. please stand by.'
: 'This server is currently being transferred to another node and all actions are unavailable.'} : 'Comet: Ausonia is currently transfering your server to another node, please stand by.'}
</Alert> </Alert>
)} )}
<div className={'grid grid-cols-4 gap-4 mb-4'}> <div className={'grid grid-cols-4 gap-4 mb-4'}>