Skip to content

Commit

Permalink
core: frontend: tweak wizard style
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Mar 25, 2024
1 parent 31d054c commit 8d061f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/frontend/src/components/wizard/DefaultParamLoader.vue
Expand Up @@ -9,7 +9,7 @@
:label="`Parameter Sets (${board} - ${vehicle} - ${version})`"
:loading="is_loading"
:disabled="is_loading_paramsets"
style="min-width: 60%;"
style="min-width: 330px;"
:rules="[isNotEmpty]"
@change="setParamSet(filtered_param_sets[selected_param_set_name])"
/>
Expand Down
2 changes: 1 addition & 1 deletion core/frontend/src/components/wizard/Wizard.vue
Expand Up @@ -668,7 +668,7 @@ export default Vue.extend({
.catch((error) => `Failed to fetch available firmware: ${error.message ?? error.response?.data}.`)
},
async installScripts(): Promise<ConfigurationStatus> {
const scripts_folder = 'ardupilot_logs/firmware/scripts/'
const scripts_folder = 'configs/ardupilot-manager/firmware/scripts/'
await filebrowser.createFolder('')
try {
// Use allSettled to allow promises to fail in parallel
Expand Down

0 comments on commit 8d061f8

Please sign in to comment.