We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a0d6b commit c1fea01Copy full SHA for c1fea01
src/css/tabs/onboard_logging.less
@@ -225,6 +225,9 @@
225
line-height: 20px;
226
}
227
228
+ .blackboxDebugModeText {
229
+ margin-left: 7px !important;
230
+ }
231
.sdcard {
232
padding: 10px;
233
float: left;
src/js/tabs/onboard_logging.js
@@ -339,9 +339,10 @@ onboard_logging.initialize = function (callback) {
339
340
341
342
- debugModeSelect.val(FC.PID_ADVANCED_CONFIG.debugMode);
343
- debugModeSelect.sortSelect("NONE");
344
-
+ debugModeSelect
+ .val(FC.PID_ADVANCED_CONFIG.debugMode)
+ .select2()
345
+ .sortSelect("NONE");
346
} else {
347
$('.blackboxDebugMode').hide();
348
0 commit comments