@@ -77,19 +77,19 @@ <h2>👋 Welcome to "UTBot: Quickstart" Wizard! </h2>
77
77
</ div >
78
78
79
79
< div class ="utbot-form__tab connection-tab " vs-message-callback ="sendServerSetup() ">
80
- < h2 > 🖥️ Server Setup</ h2 >
80
+ < h2 > 🖥️ Server Setup</ h2 >
81
81
< div id ="useLocalHostSetup ">
82
- < input type ="checkbox " id ="useLocalHost " onclick ="setupLocalHost (); ">
82
+ < input type ="checkbox " id ="useLocalHost " onclick ="handleOnOffDefaultConfigurationOnLocalhost (); ">
83
83
< label for ="useLocalHost "> Default server configuration on < b > < code > localhost</ code > </ b > (or WSL2)</ label >
84
84
</ div >
85
85
< br >
86
86
87
87
< span style ="display: grid; grid-template-columns: auto auto ">
88
- < b > 📶 Connection</ b >
88
+ < b > 📶 Connection</ b >
89
89
< span >
90
90
< span id ="connection_loader "> ⏳ Connecting...</ span >
91
- < span id ="connection_success "> ✔️Successfully pinged server! </ span >
92
- < span id ="connection_warning " format ="⚠️Warning ! Versions are different: "> </ span >
91
+ < span id ="connection_success "> ✔️ Successfully pinged server! </ span >
92
+ < span id ="connection_warning " format ="⚠️ Warning ! Versions are different: "> </ span >
93
93
< span id ="connection_failure "> ❌ Failed to establish connection! </ span >
94
94
</ span >
95
95
</ span >
@@ -173,7 +173,7 @@ <h2>📑️ Project Setup</h2>
173
173
</ div >
174
174
175
175
< div class ="utbot-form__tab ">
176
- < div > < b > 🎉Success!</ b > </ div >
176
+ < div > < b > 🎉 Success!</ b > </ div >
177
177
< div >
178
178
UTBot extension was successfully configured, and now you are ready to use all its functionality.< br >
179
179
If you want to learn more about UTBot C/C++ or you have ay questions related to its usage, please,
0 commit comments