Update default3.handlebars (#7463)

consistent modal class
This commit is contained in:
Melo at Github
2025-11-30 07:14:42 -03:00
committed by GitHub
parent b4096d3c09
commit 19922b6bb1

View File

@@ -9576,7 +9576,7 @@
if ((wintype == true) || (linuxtype == true)) {
var x = "Run commands on selected devices." + '<br />';
if (wintype == true) {
x += '<select id=d2cmdtype style=width:100%;margin-bottom:4px;margin-top:4px>';
x += '<select id=d2cmdtype style=width:100%;margin-bottom:4px;margin-top:4px> class=form-select>';
x += '<option value=1>' + "Windows Command Prompt" + '</option><option value=2>' + "Windows PowerShell" + '</option>';
if (linuxtype == true) { x += '<option value=3>' + "Linux/BSD/macOS Command Shell" + '</option>'; }
x += '</select>';