Java Docker image updater feature (#3430)
Co-Authored-By: Lance Pioch <me@lance.sh>
This commit is contained in:
parent
9c64fb29a4
commit
924f00ac9a
4 changed files with 129 additions and 25 deletions
|
@ -7,7 +7,7 @@ import ServerContentBlock from '@/components/elements/ServerContentBlock';
|
|||
import ServerDetailsBlock from '@/components/server/ServerDetailsBlock';
|
||||
import isEqual from 'react-fast-compare';
|
||||
import PowerControls from '@/components/server/PowerControls';
|
||||
import { EulaModalFeature } from '@feature/index';
|
||||
import { EulaModalFeature, JavaVersionModalFeature } from '@feature/index';
|
||||
import ErrorBoundary from '@/components/elements/ErrorBoundary';
|
||||
import Spinner from '@/components/elements/Spinner';
|
||||
|
||||
|
@ -60,6 +60,7 @@ const ServerConsole = () => {
|
|||
{eggFeatures.includes('eula') &&
|
||||
<React.Suspense fallback={null}>
|
||||
<EulaModalFeature/>
|
||||
<JavaVersionModalFeature/>
|
||||
</React.Suspense>
|
||||
}
|
||||
</div>
|
||||
|
|
Reference in a new issue