mirror of
https://github.com/sailor-sh/CK-X.git
synced 2026-07-13 17:49:19 +00:00
ADD: startup warning
This commit is contained in:
@@ -59,8 +59,8 @@ CK-X is an independent tool, not affiliated with CNCF, Linux Foundation, or PSI.
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
- [DIND](https://github.com/earthly/dind)
|
||||
- [KIND](https://github.com/kubernetes-sigs/kind)
|
||||
- [DIND](https://www.docker.com/)
|
||||
- [K3D](https://k3d.io/stable/)
|
||||
- [Node](https://nodejs.org/en)
|
||||
- [Nginx](https://nginx.org/)
|
||||
- [ConSol-Vnc](https://github.com/ConSol/docker-headless-vnc-container/)
|
||||
|
||||
@@ -493,7 +493,7 @@ body {
|
||||
padding: 2rem;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
max-width: 400px;
|
||||
max-width: 500px;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
|
||||
@@ -175,6 +175,10 @@
|
||||
</div>
|
||||
<div class="loading-message" id="loadingMessage">Initializing environment...</div>
|
||||
<div class="exam-info" id="examInfo"></div>
|
||||
<hr>
|
||||
<div class="text-muted text-center w-100" style="font-size: 0.8 rem;">
|
||||
Lab environment setup may take 3-5 minutes. Please wait patiently. Once preparation is complete, you'll be automatically redirected to the exam interface.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user