|
44 | 44 | aria-describedby="basic-addon1" |
45 | 45 | phx-blur="update_config" |
46 | 46 | phx-value-config="schema-file-path" |
47 | | - value=<%= @config[:"schema-file-path"] %> |
| 47 | + value="<%= @config[:"schema-file-path"] %>" |
48 | 48 | /> |
49 | 49 | </div> |
50 | 50 |
|
|
55 | 55 | <span aria-label="The source directory where the csvs are located, Example: /home/user/Desktop/csvs" |
56 | 56 | data-microtip-size="large" class="popup" data-microtip-position="top" role="tooltip"> |
57 | 57 | <i class="fa fa-info-circle" aria-hidden="true" style="font-size: 1.5em; margin: 5px" /></i> |
58 | | - <span style="font-size: 1.3em; margin: 5px"> Source CSV Directory </span> |
| 58 | + <span style="font-size: 1.3em; margin: 5px"> <span class="required-config"> * </span> Source CSV Directory </span> |
59 | 59 | </span> |
60 | 60 | </h5> |
61 | 61 | </div> |
|
65 | 65 | class="form-control" |
66 | 66 | phx-blur="update_config" |
67 | 67 | phx-value-config="source-csv-directory" |
68 | | - value=<%= @config[:"source-csv-directory"] %> |
| 68 | + value="<%= @config[:"source-csv-directory"] %>" |
69 | 69 | /> |
70 | 70 | </div> |
71 | 71 |
|
|
86 | 86 | class="form-control" |
87 | 87 | phx-blur="update_config" |
88 | 88 | phx-value-config="imported-csv-directory" |
89 | | - value=<%= @config[:"imported-csv-directory"] %> |
| 89 | + value="<%= @config[:"imported-csv-directory"] %>" |
90 | 90 | /> |
91 | 91 | </div> |
92 | 92 |
|
|
107 | 107 | class="form-control" |
108 | 108 | phx-blur="update_config" |
109 | 109 | phx-value-config="validated-csv-directory" |
110 | | - value=<%= @config[:"validated-csv-directory"] %> |
| 110 | + value="<%= @config[:"validated-csv-directory"] %>" |
111 | 111 | /> |
112 | 112 | </div> |
113 | 113 |
|
|
194 | 194 | <span aria-label="mysql username, required field if database access is required" data-microtip-size="large" class="popup" |
195 | 195 | data-microtip-position="top" role="tooltip"> |
196 | 196 | <i class="fa fa-info-circle" aria-hidden="true" style="font-size: 1.5em; margin: 5px" /></i> |
197 | | - <span style="font-size: 1.3em; margin: 5px"> Database Username </span> |
| 197 | + <span style="font-size: 1.3em; margin: 5px"> <span class="required-config"> * </span> Database Username </span> |
198 | 198 | </span> |
199 | 199 | </h5> |
200 | 200 | </div> |
|
204 | 204 | class="form-control" |
205 | 205 | phx-blur="update_config" |
206 | 206 | phx-value-config="csv2sql_username" |
207 | | - value=<%= @config[:csv2sql_username] %> |
| 207 | + value="<%= @config[:csv2sql_username] %>" |
208 | 208 | /> |
209 | 209 | </div> |
210 | 210 |
|
|
214 | 214 | <span aria-label="mysql password, required field if database access is required" data-microtip-size="large" class="popup" |
215 | 215 | data-microtip-position="top" role="tooltip"> |
216 | 216 | <i class="fa fa-info-circle" aria-hidden="true" style="font-size: 1.5em; margin: 5px" /></i> |
217 | | - <span style="font-size: 1.3em; margin: 5px"> Database Password </span> |
| 217 | + <span style="font-size: 1.3em; margin: 5px"> <span class="required-config"> * </span> Database Password </span> |
218 | 218 | </span> |
219 | 219 | </h5> |
220 | 220 | </div> |
|
223 | 223 | class="form-control" |
224 | 224 | phx-blur="update_config" |
225 | 225 | phx-value-config="csv2sql_password" |
226 | | - value=<%= @config[:csv2sql_password] %> |
| 226 | + value="<%= @config[:csv2sql_password] %>" |
227 | 227 | /> |
228 | 228 | </div> |
229 | 229 |
|
|
242 | 242 | placeholder="Type here..." |
243 | 243 | phx-blur="update_config" |
244 | 244 | phx-value-config="csv2sql_host" |
245 | | - value=<%= @config[:csv2sql_host] %> |
| 245 | + value="<%= @config[:csv2sql_host] %>" |
246 | 246 | /> |
247 | 247 | </div> |
248 | 248 |
|
|
253 | 253 | aria-label="This is the name of the database which will be created (if not present already), required field if database access is required" |
254 | 254 | data-microtip-size="large" class="popup" data-microtip-position="top" role="tooltip"> |
255 | 255 | <i class="fa fa-info-circle" aria-hidden="true" style="font-size: 1.5em; margin: 5px" /></i> |
256 | | - <span style="font-size: 1.3em; margin: 5px"> Database Name </span> |
| 256 | + <span style="font-size: 1.3em; margin: 5px"> <span class="required-config"> * </span> Database Name </span> |
257 | 257 | </span> |
258 | 258 | </h5> |
259 | 259 | </div> |
|
263 | 263 | class="form-control" |
264 | 264 | phx-blur="update_config" |
265 | 265 | phx-value-config="csv2sql_database_name" |
266 | | - value=<%= @config[:csv2sql_database_name] %> |
| 266 | + value="<%= @config[:csv2sql_database_name] %>" |
267 | 267 | /> |
268 | 268 | </div> |
269 | 269 |
|
|
283 | 283 | class="form-control" |
284 | 284 | phx-blur="update_config" |
285 | 285 | phx-value-config="connection-socket" |
286 | | - value=<%= @config[:"connection-socket"] %> |
| 286 | + value="<%= @config[:"connection-socket"] %>" |
287 | 287 | /> |
288 | 288 | </div> |
289 | 289 |
|
|
304 | 304 | max="500" |
305 | 305 | phx-blur="update_config" |
306 | 306 | phx-value-config="varchar-limit" |
307 | | - value=<%= @config[:"varchar-limit"] %> |
| 307 | + value="<%= @config[:"varchar-limit"] %>" |
308 | 308 | /> |
309 | 309 | </div> |
310 | 310 |
|
|
327 | 327 | max="500" |
328 | 328 | phx-blur="update_config" |
329 | 329 | phx-value-config="schema-infer-chunk-size" |
330 | | - value=<%= @config[:"schema-infer-chunk-size"] %> |
| 330 | + value="<%= @config[:"schema-infer-chunk-size"] %>" |
331 | 331 | /> |
332 | 332 | </div> |
333 | 333 |
|
|
348 | 348 | max="50" |
349 | 349 | phx-blur="update_config" |
350 | 350 | phx-value-config="worker-count" |
351 | | - value=<%= @config[:"worker-count"] %> |
| 351 | + value="<%= @config[:"worker-count"] %>" |
352 | 352 | /> |
353 | 353 | </div> |
354 | 354 |
|
|
369 | 369 | class="form-control" |
370 | 370 | phx-blur="update_config" |
371 | 371 | phx-value-config="db-worker-count" |
372 | | - value=<%= @config[:"db-worker-count"] %> |
| 372 | + value="<%= @config[:"db-worker-count"] %>" |
373 | 373 | /> |
374 | 374 | </div> |
375 | 375 |
|
|
391 | 391 | max="500" |
392 | 392 | phx-blur="update_config" |
393 | 393 | phx-value-config="insertion-chunk-size" |
394 | | - value=<%= @config[:"insertion-chunk-size"] %> |
| 394 | + value="<%= @config[:"insertion-chunk-size"] %>" |
395 | 395 | /> |
396 | 396 | </div> |
397 | 397 |
|
|
412 | 412 | max="500" |
413 | 413 | phx-blur="update_config" |
414 | 414 | phx-value-config="job-count-limit" |
415 | | - value=<%= @config[:"job-count-limit"] %> |
| 415 | + value="<%= @config[:"job-count-limit"] %>" |
416 | 416 | /> |
417 | 417 | </div> |
418 | 418 |
|
|
433 | 433 | min="10000" |
434 | 434 | phx-blur="update_config" |
435 | 435 | phx-value-config="timeout" |
436 | | - value=<%= @config[:timeout] %> |
| 436 | + value="<%= @config[:timeout] %>" |
437 | 437 | /> |
438 | 438 | </div> |
439 | 439 |
|
|
455 | 455 | min="10000" |
456 | 456 | phx-blur="update_config" |
457 | 457 | phx-value-config="connect-timeout" |
458 | | - value=<%= @config[:"connect-timeout"] %> |
| 458 | + value="<%= @config[:"connect-timeout"] %>" |
459 | 459 | /> |
460 | 460 | </div> |
461 | 461 |
|
|
480 | 480 | min="1" |
481 | 481 | phx-blur="update_config" |
482 | 482 | phx-value-config="pool-size" |
483 | | - value=<%= @config[:"pool-size"] %> |
| 483 | + value="<%= @config[:"pool-size"] %>" |
484 | 484 | /> |
485 | 485 | </div> |
486 | 486 |
|
|
504 | 504 | min="1000" |
505 | 505 | phx-blur="update_config" |
506 | 506 | phx-value-config="queue-target" |
507 | | - value=<%= @config[:"queue-target"] %> |
| 507 | + value="<%= @config[:"queue-target"] %>" |
508 | 508 | /> |
509 | 509 | </div> |
510 | 510 |
|
|
528 | 528 | min="10" |
529 | 529 | phx-blur="update_config" |
530 | 530 | phx-value-config="queue-interval" |
531 | | - value=<%= @config[:"queue-interval"] %> |
| 531 | + value="<%= @config[:"queue-interval"] %>" |
532 | 532 | /> |
533 | 533 | </div> |
534 | 534 | </div> |
|
0 commit comments