Update default3.handlebars (#7463)
consistent modal class
Melo at Github committed
Nov 30, 2025 at 07:14 UTC
19922b6bb1271c7d32577c77343bb4a2b6de0a1e
1 file changed
+1
-1
views/default3.handlebars
+1
-1
@@ -9576,7 +9576,7 @@
9576
if ((wintype == true) || (linuxtype == true)) {
9577
var x = "Run commands on selected devices." + '<br />';
9578
if (wintype == true) {
9579
- x += '<select id=d2cmdtype style=width:100%;margin-bottom:4px;margin-top:4px>';
9579
+ x += '<select id=d2cmdtype style=width:100%;margin-bottom:4px;margin-top:4px> class=form-select>';
9580
x += '<option value=1>' + "Windows Command Prompt" + '</option><option value=2>' + "Windows PowerShell" + '</option>';
9581
if (linuxtype == true) { x += '<option value=3>' + "Linux/BSD/macOS Command Shell" + '</option>'; }
9582
x += '</select>';