Skip to content

Commit 4f02d57

Browse files
committed
testing custom launch button
1 parent d666f48 commit 4f02d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/_static/custom_launch_button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ window.addEventListener("DOMContentLoaded", () => {
44
<div id="customModal" style="display:none; position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); z-index:1000;">
55
<div style="background:white; padding:20px; max-width:400px; margin:100px auto; border-radius:8px; box-shadow:0 2px 10px rgba(0,0,0,0.3);">
66
<h3 style="margin-top:0;">Enter your JupyterHub URL</h3>
7-
<input type="text" id="jupyterUrlInput" placeholder="https://yourhub.domain" style="width:100%; padding:8px; margin-top:10px;"/>
7+
<input type="text" id="jupyterUrlInput" value="https://ewatercycle2526.ewatercycle-tud.src.surf-hosted.nl/jupyter" style="width:100%; padding:8px; margin-top:10px;"/>
88
<div style="margin-top:15px; text-align:right;">
99
<button id="launchBtn" style="padding:8px 12px; margin-right:10px;">Launch</button>
1010
<button id="cancelBtn" style="padding:8px 12px;">Cancel</button>

0 commit comments

Comments
 (0)