diff --git a/js/defaults_dialog_entries.js b/js/defaults_dialog_entries.js index 44fc7d80..c8998740 100644 --- a/js/defaults_dialog_entries.js +++ b/js/defaults_dialog_entries.js @@ -1,6 +1,19 @@ 'use strict'; var defaultsDialogData = [ + { + "title": 'Wizard', + "id": 76, + "notRecommended": false, + "reboot": true, + "wizardPages": ['receiver', 'outputs', 'gps', 'filters', 'pids'], + "settings": [ + { + key: "applied_defaults", + value: 1 + } + ] + }, { "title": 'Mini Quad with 3" propellers', "id": 6, diff --git a/src/css/defaults_dialog.css b/src/css/defaults_dialog.css index 7cd771f9..2b32baa8 100644 --- a/src/css/defaults_dialog.css +++ b/src/css/defaults_dialog.css @@ -40,6 +40,19 @@ padding: 1em; } +.defaults-dialog__wizard { + font-size: 1.2em; +} + +.defaults-dialog__wizard > div { + margin-top: 1em; +} + +.defaults-dialog__wizard label { + min-width: 30%; + display: inline-block; +} + .defaults-dialog__content--wrapper { overflow-y: auto; } diff --git a/wizard/receiver.html b/wizard/receiver.html index 67c51935..5cd304f7 100644 --- a/wizard/receiver.html +++ b/wizard/receiver.html @@ -1,6 +1,6 @@

Receiver wizard

-